From 52a5a3bdd7ae63d08c6015a30ee10ae0ae030786 Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Sun, 14 Jun 2026 18:05:18 +0200 Subject: [PATCH] librewolf: mark with knownVulnerabilities --- pkgs/by-name/li/librewolf-unwrapped/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/li/librewolf-unwrapped/package.nix b/pkgs/by-name/li/librewolf-unwrapped/package.nix index d279ee6ccf2c..c6384d64ce5a 100644 --- a/pkgs/by-name/li/librewolf-unwrapped/package.nix +++ b/pkgs/by-name/li/librewolf-unwrapped/package.nix @@ -40,6 +40,9 @@ in maxSilent = 14400; # 4h, double the default of 7200s (c.f. #129212, #129115) license = lib.licenses.mpl20; mainProgram = "librewolf"; + knownVulnerabilities = [ + "librewolf lacks an active committer in nixpkgs, consider using an alternative" + ]; }; tests = { inherit (nixosTests) librewolf; }; updateScript = callPackage ./update.nix {