File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
pkgs/tools/package-management/nix Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,6 @@ assert (hash == null) -> (src != null);
1212let
1313 atLeast224 = lib . versionAtLeast version "2.24pre" ;
1414 atLeast225 = lib . versionAtLeast version "2.25pre" ;
15- # Major.minor versions unaffected by CVE-2024-27297
16- unaffectedByFodSandboxEscape = [
17- "2.3"
18- "2.16"
19- "2.18"
20- "2.19"
21- "2.20"
22- ] ;
2315in
2416{ stdenv
2517, autoconf-archive
@@ -320,7 +312,6 @@ self = stdenv.mkDerivation {
320312 platforms = platforms . unix ;
321313 outputsToInstall = [ "out" ] ++ optional enableDocumentation "man" ;
322314 mainProgram = "nix" ;
323- knownVulnerabilities = lib . optional ( ! builtins . elem ( lib . versions . majorMinor version ) unaffectedByFodSandboxEscape && ! atLeast221 ) "CVE-2024-27297" ;
324315 } ;
325316} ;
326317in self
You can’t perform that action at this time.
0 commit comments