summaryrefslogtreecommitdiff
path: root/lang/python27/patches/patch-Lib_urllib2.py
AgeCommit message (Collapse)AuthorFilesLines
2021-10-10python27: fix various security issuesgutteridge1-3/+8
Addresses CVE-2020-27619, CVE-2021-3177, CVE-2021-3733, CVE-2021-3737 and CVE-2021-23336. Patches mostly sourced via Fedora.
2020-09-20lang/python27: Add comments to patchesmgorny1-1/+6
Add comments explaining bugs fixed and patch source to patches. Requested by Leonardo Taccari.
2020-09-20lang/python27: backport vulnerability fixes from Gentoomgorny1-0/+86
Backport 3 vulnerability fixes from Python 3.6 using rebased patches from Gentoo. These are: bpo-39017 (CVE-2019-20907): infinite loop in tarfile.py bpo-39503 (CVE-2020-8492): ReDoS on AbstractBasicAuthHandler bpo-39603 (no CVE): header injection via HTTP method