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 E1jl4PX-0005Sy-1K@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed vulnerabilities and few design suspicions where two conditional structures are having the same implementation.
Reportedby SonarQube 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3e00fe2b0fd19d3837b7ab45c25036d8c96a551f
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed issue related to shadowing variables reported b
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][patch] SonarQube reported vulnerabilities and design suspicions