From: Victor Stinner Date: Fri, 24 May 2019 21:29:10 +0000 (+0200) Subject: bpo-35907: Clarify the NEWS entry (GH-13558) X-Git-Tag: v3.7.4rc1~107 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cee4ac8135fe9cf99de4ceca52d1f53e14b69dba;p=thirdparty%2FPython%2Fcpython.git bpo-35907: Clarify the NEWS entry (GH-13558) --- diff --git a/Misc/NEWS.d/next/Security/2019-05-21-23-20-18.bpo-35907.NC_zNK.rst b/Misc/NEWS.d/next/Security/2019-05-21-23-20-18.bpo-35907.NC_zNK.rst index 16adc7a94e2f..37b567a5b6f9 100644 --- a/Misc/NEWS.d/next/Security/2019-05-21-23-20-18.bpo-35907.NC_zNK.rst +++ b/Misc/NEWS.d/next/Security/2019-05-21-23-20-18.bpo-35907.NC_zNK.rst @@ -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`.