cpython/Lib/http
Miss Islington (bot) b2f11ca766
[3.10] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with backslashes (GH-123075) (#123106)
This fixes CVE-2024-7592.
(cherry picked from commit 44e458357f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2024-09-04 17:50:36 +02:00
..
__init__.py [3.10] bpo-44559: [Enum] revert enum module to 3.9 (GH-27010) 2021-07-03 21:08:42 -07:00
client.py [3.10] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (GH-103113) (#103120) 2023-03-29 18:30:27 -04:00
cookiejar.py Document that MozillaCookieJar works for curl's cookie files (GH-91852) 2022-10-03 16:00:40 -07:00
cookies.py [3.10] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with backslashes (GH-123075) (#123106) 2024-09-04 17:50:36 +02:00
server.py [3.10] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (GH-104067) (#104119) 2023-05-09 15:21:53 +00:00