python2Packages.pip: mark insecure
This commit is contained in:
@@ -40,6 +40,9 @@ buildPythonPackage rec {
|
||||
description = "PyPA recommended tool for installing Python packages";
|
||||
license = with lib.licenses; [ mit ];
|
||||
homepage = "https://pip.pypa.io/";
|
||||
knownVulnerabilities = [
|
||||
"CVE-2021-28363"
|
||||
];
|
||||
priority = 10;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user