Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.6] bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) #14162

Merged
merged 1 commit into from Jun 18, 2019

Conversation

@vstinner
Copy link
Member

vstinner commented Jun 17, 2019

(cherry picked from commit c1f5667)

https://bugs.python.org/issue33529

(cherry picked from commit c1f5667)
@vstinner

This comment has been minimized.

Copy link
Member Author

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.

@vstinner

This comment has been minimized.

Copy link
Member Author

vstinner commented Jun 17, 2019

@tirkarthi: Would you mind to have a look?

@ned-deily ned-deily merged commit 516a6a2 into python:3.6 Jun 18, 2019
6 checks passed
6 checks passed
Azure Pipelines PR #20190617.39 succeeded
Details
bedevere/issue-number Issue number 33529 found
Details
bedevere/maintenance-branch-pr Valid maintenance branch PR title.
bedevere/news News entry found in Misc/NEWS.d
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@vstinner vstinner deleted the vstinner:email_fold_dos_36 branch Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants
You can’t perform that action at this time.