python2Packages.urllib3: mark insecure

This commit is contained in:
Robert Schütz 2022-06-05 17:10:32 +00:00
parent b1e986f80e
commit ac4fc73abc

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"
];
};
}