We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310f414 commit cee4ac8Copy full SHA for cee4ac8
Misc/NEWS.d/next/Security/2019-05-21-23-20-18.bpo-35907.NC_zNK.rst
@@ -1,2 +1,3 @@
1
-CVE-2019-9948: Avoid file reading as disallowing the unnecessary URL scheme in
2
-``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
3
+``URLopener().retrieve()`` of :mod:`urllib.request`.
0 commit comments