]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-136063: fix quadratic-complexity parsing in `email.message._parseparam... 3.10
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 25 Jan 2026 17:11:05 +0000 (18:11 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Jan 2026 17:11:05 +0000 (17:11 +0000)
commit6027dbb19916314fb3b7d7468ef3f8db592a8bb7
treecae2847579defad913093e47208cee99237005c8
parent5dc101675fd22918facbbe0fecdc821502beaaf0
[3.10] gh-136063: fix quadratic-complexity parsing in `email.message._parseparam` (GH-136072) (#140831)

gh-136063: fix quadratic-complexity parsing in `email.message._parseparam` (GH-136072)
(cherry picked from commit 680a5d070f59798bb88a1bb6eb027482b8d85c34)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/email/message.py
Lib/test/test_email/test_email.py
Misc/NEWS.d/next/Security/2025-06-28-13-23-53.gh-issue-136063.aGk0Jv.rst [new file with mode: 0644]