Fix an XSS issue when username contains XSS vulnerable text. Fixes #4386

This commit is contained in:
Aditya Toshniwal
2019-06-24 16:06:03 +05:30
committed by Akshay Joshi
parent b3490ba3de
commit c39d257bf6
7 changed files with 35 additions and 29 deletions

View File

@@ -7,7 +7,7 @@
//
//////////////////////////////////////////////////////////////
import {getPanelTitle} from '../../../pgadmin/tools/datagrid/static/js/get_panel_title';
import {getPanelTitle} from '../../../pgadmin/tools/datagrid/static/js/datagrid_panel_title';
import {TreeFake} from '../tree/tree_fake';
import {TreeNode} from '../../../pgadmin/static/js/tree/tree';