bpo-35907: Clarify the NEWS entry (GH-13558)

This commit is contained in:
Victor Stinner 2019-05-24 23:29:10 +02:00 committed by GitHub
parent 310f414bbd
commit cee4ac8135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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`.