From 7797b9d44f476cae450fb039385d89a151104942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 29 Apr 2026 18:48:45 -0700 Subject: [PATCH] python2Packages.pip: mark insecure --- pkgs/development/python2-modules/pip/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python2-modules/pip/default.nix b/pkgs/development/python2-modules/pip/default.nix index e0b6b001cb3e..31383a035c0f 100644 --- a/pkgs/development/python2-modules/pip/default.nix +++ b/pkgs/development/python2-modules/pip/default.nix @@ -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; }; }