Unverified Commit 37396248 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python2Packages.setuptools: mark insecure (#514919)

parents ac3bc672 3580fa1a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -33,6 +33,9 @@ let
    stripIdlelib = true;
    stripTests = true;
    enableOptimizations = false;
    packageOverrides = prev: final: {
      setuptools = removeKnownVulnerabilities final.setuptools;
    };
  };
  callPackage = lib.callPackageWith (pkgsBuildHost // { python27 = python27'; });
  source = callPackage ./source.nix { };
+3 −0
Original line number Diff line number Diff line
@@ -82,6 +82,9 @@ buildPythonPackage {
      psfl
      zpl20
    ];
    knownVulnerabilities = [
      "CVE-2025-47273"
    ];
    platforms = python.meta.platforms;
    priority = 10;
  };