Merge pull request #176431 from dotlambda/urllib3-insecure

python2Packages.urllib3: mark insecure
This commit is contained in:
Robert Schütz 2022-06-06 19:20:12 -07:00 committed by GitHub
commit d23be02c22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,5 +77,8 @@ buildPythonPackage rec {
homepage = "https://github.com/shazow/urllib3";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
knownVulnerabilities = [
"CVE-2021-33503"
];
};
}