summaryrefslogtreecommitdiff
path: root/lang/python27/patches/patch-Lib_urlparse.py
AgeCommit message (Collapse)AuthorFilesLines
2022-02-25python27: fix two security issuesgutteridge1-4/+38
Addresses CVE-2021-4189 and CVE-2022-0391. Patches sourced via Fedora.
2021-10-27python27: fix definition of variable added in security patchgutteridge1-2/+2
Correct a merge botch introduced in a previous commit. It was intended that a variable be redefined, but it was committed in an incomplete testing state.
2021-10-10python27: fix various security issuesgutteridge1-0/+127
Addresses CVE-2020-27619, CVE-2021-3177, CVE-2021-3733, CVE-2021-3737 and CVE-2021-23336. Patches mostly sourced via Fedora.