[3.6] bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) by vstinner · Pull Request #14162 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
[3.6] bpo-33529, email: Fix infinite loop in email header encoding (GH-12020)#14162
ned-deily merged 1 commit intopython:3.6from
vstinner:email_fold_dos_36
[3.6] bpo-33529, email: Fix infinite loop in email header encoding (GH-12020)#14162
ned-deily merged 1 commit intopython:3.6from
vstinner:email_fold_dos_36
Conversation
(cherry picked from commit c1f5667)
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
Copy link Copy Markdown
Member Author
vstinner
commented
Jun 17, 2019
vstinner commented
Jun 17, 2019@ned-deily: Would you mind to merge this security fix into 3.6? This is a straightforward backport using git cherry-pick -x: there was no conflict. I checked locally that test_email pass. The change fix a denial-of-service in the email module.
Copy link Copy Markdown
Member Author
vstinner
commented
Jun 17, 2019
vstinner commented
Jun 17, 2019@tirkarthi: Would you mind to have a look?
ned-deily
merged commit
516a6a2
into
python:3.6
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
email_fold_dos_36
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment