mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
Merge pull request #176431 from dotlambda/urllib3-insecure
python2Packages.urllib3: mark insecure
This commit is contained in:
commit
d23be02c22
@ -77,5 +77,8 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/shazow/urllib3";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
knownVulnerabilities = [
|
||||
"CVE-2021-33503"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user