mirror of https://github.com/python/cpython
bpo-35907: Clarify the NEWS entry (GH-13523)
This commit is contained in:
parent
6de4574c63
commit
deffee5774
|
@ -1,2 +1,3 @@
|
|||
CVE-2019-9948: Avoid file reading as disallowing the unnecessary URL scheme in
|
||||
``URLopener().open()`` ``URLopener().retrieve()`` of :mod:`urllib.request`.
|
||||
CVE-2019-9948: Avoid file reading by disallowing ``local-file://`` and
|
||||
``local_file://`` URL schemes in ``URLopener().open()``
|
||||
``URLopener().retrieve()`` of :mod:`urllib.request`.
|
||||
|
|
Loading…
Reference in New Issue