This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:39vstinnersetrecipients: + vstinner, ronaldoussoren, orsenthil, christian.heimes, martin.panter, matrixise, xtreak, sanebow, jpic
2019-09-10 08:07:39vstinnersetmessageid: <1568102859.75.0.891017463482.issue36338@roundup.psfhosted.org>
2019-09-10 08:07:39vstinnerlinkissue36338 messages
2019-09-10 08:07:39vstinnercreate