pgAdmin 4 commit: Fixed vulnerabilities and few design suspicions where

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed vulnerabilities and few design suspicions where
Date: 2020-06-17 11:45:20
Message-ID: E1jlWVM-0001wV-UC@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-06-17 11:45:53 Re: [pgAdmin][patch] SonarQube reported vulnerabilities and design suspicions
Previous Message Yogesh Mahajan 2020-06-17 11:03:22 [pgAdmin4][Patch] - Issue fixes reported by SonarQube -2