]> granicus.if.org Git - python/commit
[3.5] bpo-34155: Dont parse domains containing @ (GH-13079) (#15317)
authorAbhilash Raj <maxking@users.noreply.github.com>
Sat, 7 Sep 2019 05:24:05 +0000 (22:24 -0700)
committerlarryhastings <larry@hastings.org>
Sat, 7 Sep 2019 05:24:05 +0000 (06:24 +0100)
commit063eba280a11d3c9a5dd9ee5abe4de640907951b
tree93e0401521e7d4a597278c48d8dd9f5e6c092f47
parentafe3a4975cf93c97e5d6eb8800e48f368011d37a
[3.5] bpo-34155: Dont parse domains containing @ (GH-13079) (#15317)

https://bugs.python.org/issue34155
(cherry picked from commit 8cb65d1381b027f0b09ee36bfed7f35bb4dec9a9)

Co-authored-by: jpic <jpic@users.noreply.github.com>
Lib/email/_header_value_parser.py
Lib/email/_parseaddr.py
Lib/test/test_email/test__header_value_parser.py
Lib/test/test_email/test_email.py
Misc/NEWS.d/next/Security/2019-05-04-13-33-37.bpo-34155.MJll68.rst [new file with mode: 0644]