Commit deffee57 authored by Victor Stinner's avatar Victor Stinner Committed by GitHub

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

parent 6de4574c
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`.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment