pgAdmin 4 commit: Fixed vulnerabilities and few design suspicions where - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed vulnerabilities and few design suspicions where
Date
Msg-id E1jlWVM-0001wV-UC@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed vulnerabilities and few design suspicions where two conditional structures are having the same implementation.

Branch
------
master

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

Modified Files
--------------
.../databases/schemas/tables/indexes/__init__.py   |  6 +++--
.../servers/databases/schemas/tables/utils.py      |  6 ++---
.../server_groups/servers/static/js/privilege.js   | 18 ++-----------
.../tools/debugger/static/js/debugger_ui.js        | 30 ++++------------------
web/pgadmin/tools/debugger/static/js/direct.js     | 13 +---------
.../tools/schema_diff/static/js/schema_diff_ui.js  | 10 ++------
.../user_management/static/js/user_management.js   | 13 +++-------
web/pgadmin/utils/session.py                       |  9 +++----
web/pgadmin/utils/sqlautocomplete/autocomplete.py  |  9 +++----
9 files changed, 28 insertions(+), 86 deletions(-)


pgadmin-hackers by date:

Previous
From: Yogesh Mahajan
Date:
Subject: [pgAdmin4][Patch] - Issue fixes reported by SonarQube -2
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][patch] SonarQube reported vulnerabilities and design suspicions