Skip to content
Merged
Prev Previous commit
Next Next commit
Update 2023-03-07-20-59-17.gh-issue-102153.14CLSZ.rst
remove "trailing"
  • Loading branch information
gpshead authored May 3, 2023
commit 0f7f9ea830064d3d2e96680ce63eeb503acfd1ad
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:func:`urllib.parse.urlsplit` now strips leading and trailing C0 control and
space characters following the controlling specification for URLs defined by
WHATWG in response to CVE-2023-24329. Patch by Illia Volochii.
:func:`urllib.parse.urlsplit` now strips leading C0 control and space
characters following the specification for URLs defined by WHATWG in
response to CVE-2023-24329. Patch by Illia Volochii.