bpo-35907: Clarify the NEWS entry (GH-13558)
This commit is contained in:
parent
310f414bbd
commit
cee4ac8135
|
@ -1,2 +1,3 @@
|
||||||
CVE-2019-9948: Avoid file reading as disallowing the unnecessary URL scheme in
|
CVE-2019-9948: Avoid file reading by disallowing ``local-file://`` and
|
||||||
``URLopener().open()`` and ``URLopener().retrieve()`` of :mod:`urllib.request`.
|
``local_file://`` URL schemes in ``URLopener().open()`` and
|
||||||
|
``URLopener().retrieve()`` of :mod:`urllib.request`.
|
||||||
|
|
Loading…
Reference in New Issue