python2Packages.pip: mark insecure

This commit is contained in:
Robert Schütz
2026-05-03 17:43:46 -07:00
parent 788368c327
commit 7797b9d44f
@@ -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;
};
}