pgAdmin 4 commit: Ensure Python escaping matched JS escaping and fix a

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Ensure Python escaping matched JS escaping and fix a
Дата
Msg-id E1hqZy4-0005fK-2C@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Ensure Python escaping matched JS escaping and fix a minor XSS issue in the Query Tool that required superuser access
totrigger. Fixes #4378 

Branch
------
electron2

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

Modified Files
--------------
docs/en_US/release_notes_4_9.rst                 |  1 +
web/pgadmin/browser/utils.py                     | 25 ++++++++++++++++++++++++
web/pgadmin/tools/datagrid/__init__.py           |  4 +++-
web/pgadmin/tools/datagrid/static/js/datagrid.js |  2 +-
4 files changed, 30 insertions(+), 2 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Add a framework for testing reversed engineered SQL a
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Added re_sql test cases for privileges in Foreign Dat