We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c70fb4 commit 2bff6bdCopy full SHA for 2bff6bd
3 files changed
Lib/test/test_urlparse.py
@@ -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
+
5
from test import test_support
6
import sys
7
import unicodedata
Lib/urlparse.py
+# urlparse.py is licensed under the PSFLv2 License.
"""Parse (absolute and relative) URLs.
urlparse module is based upon the following RFC specifications.
Misc/NEWS.d/2.7.18.5.rst
@@ -0,0 +1,7 @@
+.. bpo: 0
+.. date: 2022-06-27
+.. nonce: caft@D
+.. release date: 2022-06-27
+.. section: Library
+Address CVE-2022-0391 in urlparse
0 commit comments