pgAdmin 4 commit: Fixed vulnerabilities and few design suspicions where

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed vulnerabilities and few design suspicions where
Дата
Msg-id E1jlWVM-0001wV-UC@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Yogesh Mahajan
Дата:
Сообщение: [pgAdmin4][Patch] - Issue fixes reported by SonarQube -2
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][patch] SonarQube reported vulnerabilities and design suspicions