lixPackageSets.lix_2_90: mark as vulnerable
Change-Id: I10fedc7098aaddb0df67acb76fe730ddd8883319 Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user