pgAdmin 4 commit: Fix an XSS issue when username contains XSS vulnerabl

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an XSS issue when username contains XSS vulnerabl
Date: 2019-06-24 10:36:10
Message-ID: E1hfMKY-0006ww-Dk@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2019-06-24 11:03:15 Re: [GSoC][Patch] Automatic Mode Detection V1
Previous Message Yosry Muhammad 2019-06-24 05:38:03 Re: [GSoC][Patch] Automatic Mode Detection V1