Skip to content

Commit cee4ac8

Browse files
authored
bpo-35907: Clarify the NEWS entry (pythonGH-13558)
1 parent 310f414 commit cee4ac8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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`.
1+
CVE-2019-9948: Avoid file reading by disallowing ``local-file://`` and
2+
``local_file://`` URL schemes in ``URLopener().open()`` and
3+
``URLopener().retrieve()`` of :mod:`urllib.request`.

0 commit comments

Comments
 (0)