[issue36216] CVE-2019-9636: urlsplit does not handle NFKC normalization

Steve Dower report at bugs.python.org
Wed Apr 3 23:42:50 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

You need a "u" prefix on some of your strings or they're probably being immediately decomposed. The result of urlsplit should be unicode on Python 2 for a Unicode input, and yours are not.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36216>
_______________________________________


More information about the Python-bugs-list mailing list