pgAdmin 4 commit: Ensure role names are escaped in the membership contr

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure role names are escaped in the membership contr
Date: 2017-08-21 13:00:36
Message-ID: E1djmJo-00051I-Ge@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure role names are escaped in the membership control. Fixes #2606

Branch
------
master

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

Modified Files
--------------
.../server_groups/servers/roles/static/js/role.js | 4 +-
.../feature_tests/xss_checks_roles_control_test.py | 88 ++++++++++++++++++++++
web/regression/python_test_utils/test_utils.py | 50 ++++++++++++
3 files changed, 140 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin 4 Jenkins 2017-08-21 13:10:03 Jenkins build is back to normal : pgadmin4-master-python26 #409
Previous Message Dave Page 2017-08-21 12:44:31 Re: [pgAdmin4][Patch]: Update codemirror to latest version