Message351590
| Author | vstinner |
|---|---|
| Recipients | christian.heimes, jpic, martin.panter, matrixise, orsenthil, ronaldoussoren, sanebow, vstinner, xtreak |
| Date | 2019-09-10.08:07:39 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1568102859.75.0.891017463482.issue36338@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Python 3.5 and newer are impacted, but Python 2.7 behaves differently: vstinner@apu$ python2 Python 2.7.16 (default, Apr 30 2019, 15:54:43) >>> from urlparse import urlparse >>> urlparse('http://demo.com[attacker.com]').hostname 'emo.com[attacker.com' |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-09-10 08:07:39 | vstinner | set | recipients: + vstinner, ronaldoussoren, orsenthil, christian.heimes, martin.panter, matrixise, xtreak, sanebow, jpic |
| 2019-09-10 08:07:39 | vstinner | set | messageid: <1568102859.75.0.891017463482.issue36338@roundup.psfhosted.org> |
| 2019-09-10 08:07:39 | vstinner | link | issue36338 messages |
| 2019-09-10 08:07:39 | vstinner | create | |