From 5f60ed2d7c49564c3949eb7de28e7a208d8c0bf5 Mon Sep 17 00:00:00 2001 From: taku0 Date: Sun, 31 Oct 2021 15:37:13 +0900 Subject: [PATCH] thunderbird: mark 78.14.0 insecure --- pkgs/applications/networking/mailreaders/thunderbird/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/mailreaders/thunderbird/default.nix b/pkgs/applications/networking/mailreaders/thunderbird/default.nix index 5c566514e41..c5c75c79ba8 100644 --- a/pkgs/applications/networking/mailreaders/thunderbird/default.nix +++ b/pkgs/applications/networking/mailreaders/thunderbird/default.nix @@ -351,5 +351,6 @@ stdenv.mkDerivation rec { ]; platforms = platforms.linux; license = licenses.mpl20; + knownVulnerabilities = ["EOL. Firefox 78.15 fixes some vulnerabilities: https://www.mozilla.org/en-US/security/advisories/mfsa2021-44/"]; }; }