From: Victor Stinner Date: Fri, 24 May 2019 21:06:25 +0000 (+0200) Subject: bpo-35907: Fix typo in the NEWS entry (GH-13559) X-Git-Tag: v3.8.0b1~217 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c9debd2366a21525769aaa99ce334092033a963;p=python bpo-35907: Fix typo in the NEWS entry (GH-13559) --- 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 9628c87975..37b567a5b6 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,3 +1,3 @@ CVE-2019-9948: Avoid file reading by disallowing ``local-file://`` and -``local_file://`` URL schemes in ``URLopener().open()`` +``local_file://`` URL schemes in ``URLopener().open()`` and ``URLopener().retrieve()`` of :mod:`urllib.request`.