diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2021-02-15 19:16:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 19:16:43 (GMT) |
commit | 5c17dfc5d70ce88be99bc5769b91ce79d7a90d61 (patch) | |
tree | 57c06e80ae27e24f0657249d640eb25e19f9f5ac /Lib/pydoc_data/topics.py | |
parent | 34df10a9a16b38d54421eeeaf73ec89828563be7 (diff) | |
download | cpython-5c17dfc5d70ce88be99bc5769b91ce79d7a90d61.zip cpython-5c17dfc5d70ce88be99bc5769b91ce79d7a90d61.tar.gz cpython-5c17dfc5d70ce88be99bc5769b91ce79d7a90d61.tar.bz2 |
[3.6] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24532)
bpo-42967: [security] Address a web cache-poisoning issue reported in
urllib.parse.parse_qsl().
urllib.parse will only us "&" as query string separator by default
instead of both ";" and "&" as allowed in earlier versions. An optional
argument seperator with default value "&" is added to specify the
separator.
Co-authored-by: Éric Araujo <merwok@netwok.org>
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Co-authored-by: Adam Goldschmidt <adamgold7@gmail.com>
Diffstat (limited to 'Lib/pydoc_data/topics.py')
0 files changed, 0 insertions, 0 deletions