I fixed is as follows:
root@woody:/usr/lib/python3.4/http# diff -c3 client.py.orig client.py
*** client.py.orig 2019-06-21 03:20:41.0 +0200
--- client.py 2019-06-25 09:12:35.0 +0200
***
*** 1011,1018
# Prevent CVE-2019-9740.
match = _con
A quick workaround to get our old environments to work was to remove the
f:s on line 1014 and 1015 in /usr/lib/python3.4/http/client.py as:
raise InvalidURL("URL can't contain control characters. {url!r}
"
"(found at least {match.group()!r})")
This will giv
2 matches
Mail list logo