mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
dcc3eaef98
gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with backslashes (GH-123075)
This fixes CVE-2024-7592.
(cherry picked from commit 44e458357f)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>