[issue34155] [CVE-2019-16056] email.utils.parseaddr mistakenly parse an email

2019-09-14 Thread Abhilash Raj
Abhilash Raj added the comment: Merged in 2.7, closing this one finally! Thanks to everyone who helped with this :) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue34155] [CVE-2019-16056] email.utils.parseaddr mistakenly parse an email

2019-09-14 Thread miss-islington
miss-islington added the comment: New changeset 4cbcd2f8c4e12b912e4d21fd892eedf7a3813d8e by Miss Islington (bot) (Roberto C. Sánchez) in branch '2.7': [2.7] bpo-34155: Dont parse domains containing @ (GH-13079) (GH-16006) https://github.com/python/cpython/commit/4cbcd2f8c4e12b912e4d21fd892eedf

[issue34155] [CVE-2019-16056] email.utils.parseaddr mistakenly parse an email

2019-09-12 Thread Roberto C . Sánchez
Roberto C. Sánchez added the comment: I am working on Debian LTS support. I have submitted a PR that contains the necessary adjustments to implement the fix in 2.7. -- nosy: +rcsanchez97 ___ Python tracker

[issue34155] [CVE-2019-16056] email.utils.parseaddr mistakenly parse an email

2019-09-11 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +15632 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/16006 ___ Python tracker ___ ___

[issue34155] [CVE-2019-16056] email.utils.parseaddr mistakenly parse an email

2019-09-10 Thread Anselmo Melo
Change by Anselmo Melo : -- nosy: +Anselmo Melo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue34155] [CVE-2019-16056] email.utils.parseaddr mistakenly parse an email

2019-09-09 Thread Matej Cepl
Change by Matej Cepl : -- nosy: +mcepl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.or

[issue34155] [CVE-2019-16056] email.utils.parseaddr mistakenly parse an email

2019-09-09 Thread STINNER Victor
Change by STINNER Victor : -- title: email.utils.parseaddr mistakenly parse an email -> [CVE-2019-16056] email.utils.parseaddr mistakenly parse an email ___ Python tracker ___