bpo-35907: Clarify the NEWS entry (GH-13557)
This commit is contained in:
parent
25d8404c35
commit
d9d1045837
|
@ -1,3 +0,0 @@
|
||||||
CVE-2019-9948: Avoid file reading as disallowing the unnecessary URL scheme in
|
|
||||||
:func:`urllib.urlopen`, :meth:`urllib.URLopener.open` and
|
|
||||||
:meth:`urllib.URLopener.retrieve`.
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
CVE-2019-9948: Avoid file reading by disallowing ``local-file://`` and
|
||||||
|
``local_file://`` URL schemes in :func:`urllib.urlopen`,
|
||||||
|
:meth:`urllib.URLopener.open` and :meth:`urllib.URLopener.retrieve`.
|
Loading…
Reference in New Issue