python,python3: Fix CVE-2019-9636 - urlsplit missing NFKC normalization
authorJeffery To <redacted>
Sat, 30 Mar 2019 21:18:14 +0000 (05:18 +0800)
committerJeffery To <redacted>
Sat, 30 Mar 2019 21:18:14 +0000 (05:18 +0800)
commitc23bea8dc8ee2cefd63c63738bbed5ad866e45aa
treebc1fac244d94ee469b08a6253c65106972ffc8cf
parentb676ca325f7a247568e5a9823a44b8ed58f0a5de
python,python3: Fix CVE-2019-9636 - urlsplit missing NFKC normalization

These patches address issue:
CVE-2019-9636: urlsplit does not handle NFKC normalization

Link to Python issue:
https://bugs.python.org/issue36216

Signed-off-by: Jeffery To <redacted>
lang/python/python/Makefile
lang/python/python/patches/019-bpo-36216-Add-check-for-characters-in-netloc-that-normalize-to-separators-GH-12216.patch [new file with mode: 0644]
lang/python/python/patches/020-bpo-36216-Only-print-test-messages-when-verbose-GH-12291.patch [new file with mode: 0644]
lang/python/python3/Makefile
lang/python/python3/patches/019-bpo-36216-Add-check-for-characters-in-netloc-that-normalize-to-separators-GH-12213.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT