File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 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+
15from test import test_support
26import sys
37import unicodedata
Original file line number Diff line number Diff line change 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
37urlparse module is based upon the following RFC specifications.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments