FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
[CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() by vstinner · Pull Request #111116 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr()
- #111116
#111116
Merged
vstinner
merged 14 commits into
python:main
python/cpython:main
from
vstinner:parse_email
vstinner/cpython:parse_email
Copy head branch name to clipboard
Dec 15, 2023
Conversation
Commits
14
(14)
Checks
Files changed
Merged
[CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr()
#111116
vstinner
merged 14 commits into
python:main
python/cpython:main
from
vstinner:parse_email
vstinner/cpython:parse_email
Copy head branch name to clipboard
Commits
Commits on Dec 5, 2023
gh-102988: email parseaddr() now rejects malformed address
Show description for 663910d
vstinner
and
tdwyer
committed
663910d
View commit details
Copy full SHA for 663910d
Browse repository at this point
Fast path
vstinner
committed
730500c
View commit details
Copy full SHA for 730500c
Browse repository at this point
Handle escaped quotes
vstinner
committed
1a377ec
View commit details
Copy full SHA for 1a377ec
Browse repository at this point
Check parenthesis
vstinner
committed
da25ed3
View commit details
Copy full SHA for da25ed3
Browse repository at this point
Credit myself in the Changelog entry
vstinner
committed
2b199bb
View commit details
Copy full SHA for 2b199bb
Browse repository at this point
Add email.utils.supports_strict_parsing attribute
vstinner
committed
9b95376
View commit details
Copy full SHA for 9b95376
Browse repository at this point
Simplify getaddresses()
vstinner
committed
cf50482
View commit details
Copy full SHA for cf50482
Browse repository at this point
Update parseaddr() prototype in the doc
vstinner
committed
0dd5745
View commit details
Copy full SHA for 0dd5745
Browse repository at this point
Apply theta682's suggestion
vstinner
committed
637bdb8
View commit details
Copy full SHA for 637bdb8
Browse repository at this point
Commits on Dec 12, 2023
Update Lib/test/test_email/test_email.py
Show description for 8df7013
vstinner
and
encukou
authored
8df7013
View commit details
Copy full SHA for 8df7013
Browse repository at this point
Restore removed test_getaddresses_comma_in_name()
vstinner
committed
59da8f1
View commit details
Copy full SHA for 59da8f1
Browse repository at this point
Move implementation details to comment
vstinner
committed
361b517
View commit details
Copy full SHA for 361b517
Browse repository at this point
Simplify _strip_quoted_realnames()
vstinner
committed
3105a75
View commit details
Copy full SHA for 3105a75
Browse repository at this point
Commits on Dec 13, 2023
Fix _strip_quoted_realnames()
vstinner
committed
fc6e86b
View commit details
Copy full SHA for fc6e86b
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL