]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-143919: Reject control characters in http cookies (#144090)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 25 Jan 2026 17:09:22 +0000 (18:09 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Jan 2026 17:09:22 +0000 (17:09 +0000)
commit918387e4912d12ffc166c8f2a38df92b6ec756ca
tree15808904c087417670bc50d57fe522c03fb1df64
parenta47f1b14f61132454ced424f86b8fd34fa169890
[3.13] gh-143919: Reject control characters in http cookies (#144090)

gh-143919: Reject control characters in http cookies
(cherry picked from commit 95746b3a13a985787ef53b977129041971ed7f70)

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]