Skip to content

Commit 93c68ea

Browse files
committed
firefox-esr-68: mark as insecure
This is a weaker version of commit 264693f from master.
1 parent a0075f2 commit 93c68ea

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkgs/applications/networking/browsers/firefox/packages.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ rec {
7575

7676
meta = firefox.meta // {
7777
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+
];
7881
};
7982
updateScript = callPackage ./update.nix {
8083
attrPath = "firefox-esr-68-unwrapped";

0 commit comments

Comments
 (0)