Skip to content

Commit 2bff6bd

Browse files
committed
Add NEWS entry
1 parent 8c70fb4 commit 2bff6bd

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

Lib/test/test_urlparse.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (C) 2022 ActiveState Software Inc.
2+
# test_urlparse.py is licensed under the PSFLv2 License.
3+
# See the file LICENSE for details.
4+
15
from test import test_support
26
import sys
37
import unicodedata

Lib/urlparse.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (C) 2022 ActiveState Software Inc.
2+
# urlparse.py is licensed under the PSFLv2 License.
3+
# See the file LICENSE for details.
4+
15
"""Parse (absolute and relative) URLs.
26
37
urlparse module is based upon the following RFC specifications.

Misc/NEWS.d/2.7.18.5.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. bpo: 0
2+
.. date: 2022-06-27
3+
.. nonce: caft@D
4+
.. release date: 2022-06-27
5+
.. section: Library
6+
7+
Address CVE-2022-0391 in urlparse

0 commit comments

Comments
 (0)