pgAdmin 4 commit: Fix XSS issue in explain and explain analyze for tabl

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix XSS issue in explain and explain analyze for tabl
Date: 2019-12-09 12:31:07
Message-ID: E1ieIBv-00089Y-OJ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix XSS issue in explain and explain analyze for table and type which contain HTML. Fixes #4947.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cb26ca0e46e9947977937654e935cb974fd989f1
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_16.rst | 1 +
web/pgadmin/misc/static/explain/js/explain.js | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-12-09 12:35:20 pgAdmin 4 commit: Update version for release.
Previous Message Akshay Joshi 2019-12-09 11:00:30 Re: [pgAdmin][RM4506] "can't execute an empty query" message displayed if user remove fill factor of any existing table