We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de1ece commit 9df584aCopy full SHA for 9df584a
Misc/NEWS.d/2.7.18.10.rst
@@ -41,3 +41,13 @@ CVE-2024-0397 Fix locking in cert_store_stats and get_ca_certs
41
:meth:`ssl.SSLContext.get_ca_certs` now correctly lock access to the
42
certificate store, when the :class:`ssl.SSLContext` is shared across
43
multiple threads.
44
+
45
+.. gh: 123067
46
+.. date: 2024-08-22
47
+.. nonce:
48
+.. release date: 2024-08-22
49
+.. section: Core and Builtins
50
51
+CVE-2024-7592 Fix quadratic complexity in parsing quoted cookie
52
53
+Fix quadratic complexity in parsing ``"``-quoted cookie values with backslashes by :mod:`http.cookies`.
0 commit comments