]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-143919: Reject control characters in http cookies (#144091)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 25 Jan 2026 17:11:10 +0000 (18:11 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Jan 2026 17:11:10 +0000 (17:11 +0000)
commit62700107418eb2cca3fc88da036a243ea975f172
tree51f69ee12a7d698214df8061e0ba7b69eeb336e7
parent4ed11d3cd288e6b90196a15c5a825a45d318fe47
[3.12] gh-143919: Reject control characters in http cookies (#144091)

Co-authored-by: Seth Michael Larson <seth@python.org>
Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
Co-authored-by: sobolevn <mail@sobolevn.me>
Doc/library/http.cookies.rst
Lib/http/cookies.py
Lib/test/test_http_cookies.py
Misc/NEWS.d/next/Security/2026-01-16-11-13-15.gh-issue-143919.kchwZV.rst [new file with mode: 0644]