[issue35906] [CVE-2019-9947] Header Injection in urllib

2019-04-10 Thread Gregory P. Smith
Change by Gregory P. Smith : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list m

[issue35906] [CVE-2019-9947] Header Injection in urllib

2019-04-10 Thread Gregory P. Smith
Gregory P. Smith added the comment: my fix proposed in issue30458 fixes this issue. i do not think this one deserved its own CVE; at least https://nvd.nist.gov/vuln/detail/CVE-2019-9947's current text also points to the other one. -- nosy: +gregory.p.smith resolution: -> duplicate

[issue35906] [CVE-2019-9947] Header Injection in urllib

2019-04-10 Thread STINNER Victor
STINNER Victor added the comment: According to https://bugzilla.redhat.com/show_bug.cgi?id=1695572, the CVE-2019-9947 has been assigned to this issue. -- nosy: +vstinner title: Header Injection in urllib -> [CVE-2019-9947] Header Injection in urllib __