]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-143919: Reject control characters in http cookies (#144089)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Jan 2026 11:44:29 +0000 (12:44 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Jan 2026 11:44:29 +0000 (13:44 +0200)
commit712452e6f1d4b9f7f8c4c92ebfcaac1705faa440
treefafa43c2231a503d8117af4e46641fd1bedc3c94
parent80a0ce40c3caaf2e2fada1df2aabadbdb297d945
[3.14] gh-143919: Reject control characters in http cookies (#144089)

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]