pgAdmin 4 commit: Ensure the file manager properly escapes file & direc

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure the file manager properly escapes file & direc
Date: 2018-03-19 10:58:16
Message-ID: E1exsUa-0000AG-4O@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure the file manager properly escapes file & directory names. Fixes #3196

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9ea118ca572707cac87ee5182ec5ce1538cca22f
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../feature_tests/xss_checks_file_manager_test.py | 114 +++++++++++++++++++++
web/pgadmin/misc/file_manager/static/js/utility.js | 14 +--
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 15 +--
web/regression/feature_utils/pgadmin_page.py | 17 +--
4 files changed, 139 insertions(+), 21 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-03-19 11:01:09 pgAdmin 4 commit: Pass the service name to external processes. Fixes #3
Previous Message Murtuza Zabuawala 2018-03-19 10:07:25 [pgAdmin4][RM#3200] Don't set empty string for host/hostaddr in model when service is used