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-16 05:45:27
Message-ID: E1jl4PX-0005Sy-1K@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. Reported by SonarQube

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3e00fe2b0fd19d3837b7ab45c25036d8c96a551f
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
.../servers/databases/schemas/functions/__init__.py | 5 ++---
.../servers/databases/schemas/static/js/schema.js | 7 ++-----
.../schemas/tables/constraints/check_constraint/utils.py | 5 ++---
.../tables/constraints/exclusion_constraint/__init__.py | 11 ++---------
.../schemas/tables/constraints/exclusion_constraint/utils.py | 6 +++---
.../schemas/tables/constraints/foreign_key/__init__.py | 11 ++---------
.../databases/schemas/tables/constraints/foreign_key/utils.py | 6 +++---
.../servers/databases/schemas/tables/indexes/__init__.py | 6 ++----
.../databases/schemas/tables/indexes/static/js/index.js | 4 +---
.../servers/databases/schemas/tables/rules/static/js/rule.js | 4 +---
web/pgadmin/static/js/backform.pgadmin.js | 2 +-
web/regression/python_test_utils/template_helper.py | 3 ++-
12 files changed, 23 insertions(+), 47 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-06-16 05:46:26 Re: [pgAdmin][patch] SonarQube reported vulnerabilities and design suspicions
Previous Message Akshay Joshi 2020-06-16 05:45:26 pgAdmin 4 commit: Fixed issue related to shadowing variables reported b