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