Skip to content

Commit

Permalink
treewide: add CVE-2024-9680 as a known vulnerability to Firefox forks (
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored Oct 9, 2024
2 parents 6a57be8 + 7322343 commit 6422c78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/networking/browsers/floorp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
maxSilent = 14400; # 4h, double the default of 7200s (c.f. #129212, #129115)
license = lib.licenses.mpl20;
mainProgram = "floorp";
knownVulnerabilities = [
"CVE-2024-9680"
];
};
tests = [ nixosTests.floorp ];
}).override
Expand Down
3 changes: 3 additions & 0 deletions pkgs/by-name/li/librewolf-bin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ appimageTools.wrapType2 {
platforms = [ "x86_64-linux" ];
mainProgram = "librewolf";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
knownVulnerabilities = [
"CVE-2024-9680"
];
};
}

0 comments on commit 6422c78

Please sign in to comment.