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

This commit is contained in:
Victor Stinner 2019-05-24 22:06:32 +02:00 committed by GitHub
parent 6de4574c63
commit deffee5774
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
``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`.