mirror of
https://github.com/python/cpython.git
synced 2026-04-22 20:01:13 +00:00
bpo-35907: Clarify the NEWS entry (GH-13558)
This commit is contained in:
parent
310f414bbd
commit
cee4ac8135
1 changed files with 3 additions and 2 deletions
|
|
@ -1,2 +1,3 @@
|
|||
CVE-2019-9948: Avoid file reading as disallowing the unnecessary URL scheme in
|
||||
``URLopener().open()`` and ``URLopener().retrieve()`` of :mod:`urllib.request`.
|
||||
CVE-2019-9948: Avoid file reading by disallowing ``local-file://`` and
|
||||
``local_file://`` URL schemes in ``URLopener().open()`` and
|
||||
``URLopener().retrieve()`` of :mod:`urllib.request`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue