diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-05-22 10:42:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-22 10:42:37 (GMT) |
commit | d7f8a5fe07b0ff3a419ccec434cc405b21a5a304 (patch) | |
tree | c35357dc7235da437f0793e1757aff6da8481056 /PC | |
parent | 3d5dd1eee265ec43dd96d89656c2a1c207dd5815 (diff) | |
download | cpython-d7f8a5fe07b0ff3a419ccec434cc405b21a5a304.zip cpython-d7f8a5fe07b0ff3a419ccec434cc405b21a5a304.tar.gz cpython-d7f8a5fe07b0ff3a419ccec434cc405b21a5a304.tar.bz2 |
[3.9] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH-102508) (GH-104575) (GH-104592) (#104593)
gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH-102508)
`urllib.parse.urlsplit` has already been respecting the WHATWG spec a bit GH-25595.
This adds more sanitizing to respect the "Remove any leading C0 control or space from input" [rule](https://url.spec.whatwg.org/GH-url-parsing:~:text=Remove%20any%20leading%20and%20trailing%20C0%20control%20or%20space%20from%20input.) in response to [CVE-2023-24329](https://nvd.nist.gov/vuln/detail/CVE-2023-24329).
I simplified the docs by eliding the state of the world explanatory
paragraph in this security release only backport. (people will see
that in the mainline /3/ docs)
(cherry picked from commit 2f630e1ce18ad2e07428296532a68b11dc66ad10)
(cherry picked from commit 610cc0ab1b760b2abaac92bd256b96191c46b941)
(cherry picked from commit f48a96a28012d28ae37a2f4587a780a5eb779946)
Co-authored-by: Illia Volochii <illia.volochii@gmail.com>
Co-authored-by: Gregory P. Smith [Google] <greg@krypto.org>
Diffstat (limited to 'PC')
0 files changed, 0 insertions, 0 deletions