pgAdmin 4 commit: Fixed improper parsing of HTTP requests in Pallets We - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed improper parsing of HTTP requests in Pallets We
Date
Msg-id E1oNqaZ-0000cc-2y@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed an issue where an invalid email error was not v
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Add a condition for Werkzeug version 2.1.1, as it is