mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix an XSS issue when username contains XSS vulnerable text. Fixes #4386
This commit is contained in:
committed by
Akshay Joshi
parent
b3490ba3de
commit
c39d257bf6
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user