Thread: pgAdmin 4 commit: Fixes a redirect vulnerability when the user opens th

pgAdmin 4 commit: Fixes a redirect vulnerability when the user opens th

From
Akshay Joshi
Date:
Fixes a redirect vulnerability when the user opens the pgAdmin URL. Fixes #5343

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_14.rst    |  1 +
web/pgadmin/authenticate/__init__.py |  7 +++----
web/pgadmin/authenticate/oauth2.py   |  9 ++++-----
web/pgadmin/utils/__init__.py        | 14 +++++++++++++-
4 files changed, 21 insertions(+), 10 deletions(-)