pgAdmin 4 commit: Fix an XSS issue when username contains XSS vulnerabl - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fix an XSS issue when username contains XSS vulnerabl
Date
Msg-id E1hfMKY-0006ww-Dk@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix an XSS issue when username contains XSS vulnerable text. Fixes #4386

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c39d257bf65b4c2c8f07901f4a909708c771775c
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_9.rst                   |  3 ++-
web/pgadmin/tools/datagrid/static/js/datagrid.js   | 23 ++++------------------
...{get_panel_title.js => datagrid_panel_title.js} | 22 +++++++++++++++++++++
web/pgadmin/tools/datagrid/static/js/show_data.js  |  2 +-
.../tools/datagrid/static/js/show_query_tool.js    |  2 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 10 ++++------
.../javascript/datagrid/get_panel_title_spec.js    |  2 +-
7 files changed, 35 insertions(+), 29 deletions(-)


pgadmin-hackers by date:

Previous
From: Yosry Muhammad
Date:
Subject: Re: [GSoC][Patch] Automatic Mode Detection V1
Next
From: Aditya Toshniwal
Date:
Subject: Re: [GSoC][Patch] Automatic Mode Detection V1