[3.11] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) by encukou · Pull Request #123767 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Merged
Conversation
Member
Detect email address parsing errors and return empty tuple to indicate the parsing error (old API). Add an optional 'strict' parameter to getaddresses() and parseaddr() functions. Patch by Thomas Dwyer.
(cherry picked from commit 4a153a1)
📚 Documentation preview 📚: https://cpython-previews--123767.org.readthedocs.build/
…n email.parseaddr() (pythonGH-111116) Detect email address parsing errors and return empty tuple to indicate the parsing error (old API). Add an optional 'strict' parameter to getaddresses() and parseaddr() functions. Patch by Thomas Dwyer. (cherry picked from commit 4a153a1) Co-authored-by: Victor Stinner <vstinner@python.org> Co-Authored-By: Thomas Dwyer <github@tomd.tel>
encukou
requested a review
from a team
as a code owner
bedevere-app
Bot
added
the
awaiting core review
label
bedevere-app
Bot
mentioned this pull request
bedevere-app
Bot
added
type-bug
labels
ambv
merged commit
bc4a703
into
python:3.11
bedevere-app
Bot
removed
the
awaiting core review
label
encukou
mentioned this pull request
bedevere-app
Bot
mentioned this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment