lixPackageSets.lix_2_90: mark as vulnerable

Change-Id: I10fedc7098aaddb0df67acb76fe730ddd8883319
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius
2025-06-24 16:33:47 +02:00
parent eb9d14ad4a
commit c2da8de4d1
2 changed files with 6 additions and 0 deletions
@@ -9,6 +9,7 @@
# `lix-doc`.
docCargoDeps ? null,
patches ? [ ],
knownVulnerabilities ? [ ],
}@args:
assert lib.assertMsg (
@@ -389,5 +390,6 @@ stdenv.mkDerivation (finalAttrs: {
platforms = lib.platforms.unix;
outputsToInstall = [ "out" ] ++ lib.optional enableDocumentation "man";
mainProgram = "nix";
inherit knownVulnerabilities;
};
})
@@ -133,6 +133,10 @@ lib.makeExtensible (self: {
sourceRoot = "${src.name or src}/lix-doc";
hash = "sha256-VPcrf78gfLlkTRrcbLkPgLOk0o6lsOJBm6HYLvavpNU=";
};
knownVulnerabilities = [
"Lix 2.90 is vulnerable to CVE-2025-46415 and CVE-2025-46416 and will not receive updates."
];
};
nix-eval-jobs-args = {