pgAdmin 4 commit: Fix XSS issue in explain and explain analyze for tabl - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fix XSS issue in explain and explain analyze for tabl
Date
Msg-id E1ieIBv-00089Y-OJ@gothos.postgresql.org
Whole thread Raw
List 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.vashi@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4506] "can't execute an empty query" messagedisplayed if user remove fill factor of any existing table
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Update version for release.