]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] gh-136063: fix quadratic-complexity parsing in `email.message._parseparam`...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 31 Oct 2025 14:16:40 +0000 (15:16 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Oct 2025 14:16:40 +0000 (15:16 +0100)
commit90719e3c437c35c8d8aeace0817de90bc80c5967
tree2595023b242e0aeed0aba6cae1aaa0cc6560da3d
parentd3118ebd984c461dda4dc8adc81870a188a15baa
[3.9] gh-136063: fix quadratic-complexity parsing in `email.message._parseparam` (GH-136072) (GH-140832)

(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]