-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
AttributeError
in email._header_value_parser.get_address
#134155
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
Labels
Comments
AttributeError
in email._header_value_parser.get_addressAttributeError
in email._header_value_parser.get_address
This will be fixed by #134194. |
bitdancer
pushed a commit
that referenced
this issue
Jun 5, 2025
…ss (#134194) Append the defect to defects instead of to the parse tree. Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 5, 2025
…_address (pythonGH-134194) Append the defect to defects instead of to the parse tree. (cherry picked from commit d9cad07) Co-authored-by: Sergey Miryanov <sergey.miryanov@gmail.com> Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 5, 2025
…_address (pythonGH-134194) Append the defect to defects instead of to the parse tree. (cherry picked from commit d9cad07) Co-authored-by: Sergey Miryanov <sergey.miryanov@gmail.com> Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
bitdancer
pushed a commit
that referenced
this issue
Jun 6, 2025
…t_address (GH-134194) (#135192) gh-134155: fix AttributeError in email._header_value_parser.get_address (GH-134194) Append the defect to defects instead of to the parse tree. (cherry picked from commit d9cad07) Co-authored-by: Sergey Miryanov <sergey.miryanov@gmail.com> Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
bitdancer
pushed a commit
that referenced
this issue
Jun 6, 2025
…t_address (GH-134194) (#135191) gh-134155: fix AttributeError in email._header_value_parser.get_address (GH-134194) Append the defect to defects instead of to the parse tree. (cherry picked from commit d9cad07) Co-authored-by: Sergey Miryanov <sergey.miryanov@gmail.com> Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Thanks for fixing this, sergey-miryanov. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
During fuzzing of Python standard libraries, the following code snippet causes an
AttributeError
with the following message:AttributeError: 'InvalidHeaderDefect' object has no attribute 'all_defects'
. This occurs in theall_defects
function at line 140 inemail/_header_value_parser.py
.Exception Trace
CPython versions tested on:
3.12, 3.11, 3.10, 3.9
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: