We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0075f2 commit 93c68eaCopy full SHA for 93c68ea
1 file changed
pkgs/applications/networking/browsers/firefox/packages.nix
@@ -75,6 +75,9 @@ rec {
75
76
meta = firefox.meta // {
77
description = "A web browser built from Firefox Extended Support Release source tree";
78
+ knownVulnerabilities = [
79
+ "Firefox 68 ESR reached end of life with its final release 68.12esr on 2020-08-25 and was therefore marked as insecure"
80
+ ];
81
};
82
updateScript = callPackage ./update.nix {
83
attrPath = "firefox-esr-68-unwrapped";
0 commit comments