pgAdmin 4 commit: Fixed improper parsing of HTTP requests in Pallets We

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed improper parsing of HTTP requests in Pallets We
Date: 2022-08-16 07:02:11
Message-ID: E1oNqaZ-0000cc-2y@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed improper parsing of HTTP requests in Pallets Werkzeug v2.1.0 and below (CVE-2022-29361). Fixes #7602

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2d27a97b8cea855528e9149c0f3f8259cf7c4b51

Modified Files
--------------
docs/en_US/release_notes_6_13.rst | 1 +
requirements.txt | 2 +-
web/pgadmin/tools/debugger/__init__.py | 2 +-
web/pgadmin/tools/erd/__init__.py | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-08-16 07:22:24 pgAdmin 4 commit: Add a condition for Werkzeug version 2.1.1, as it is
Previous Message Akshay Joshi 2022-08-14 03:19:03 pgAdmin 4 commit: Fixed an issue where an invalid email error was not v