librewolf-bin-unwrapped: unmark as vulnerable

(cherry picked from commit 0f43f15fcc)
This commit is contained in:
azahi 2026-06-18 23:16:55 +03:00 committed by github-actions[bot]
commit 850365fa7c

View file

@ -115,8 +115,5 @@ stdenv.mkDerivation {
mainProgram = "librewolf";
hydraPlatforms = [ ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
knownVulnerabilities = [
"librewolf-bin lacks maintenance in nixpkgs, consider using an alternative"
];
};
}