summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-02-15 20:33:02 +0000
committerGitHub <noreply@github.com>2022-02-15 20:33:02 +0000
commitbc900d7db9dfe13041312a70f9e648e7d166525b (patch)
tree7a3105a62bdb906fc7a4c9cb13a666ef27a3d345
parentMerge pull request #160044 from NixOS/backport-157646-to-release-21.11 (diff)
parenticecat-bin: mark as insecure (diff)
downloadnixpkgs-bc900d7db9dfe13041312a70f9e648e7d166525b.tar.gz
Merge pull request #160185 from mweinelt/21.11/icecat
[21.11] icecat-bin: mark as insecure
-rw-r--r--pkgs/applications/networking/browsers/icecat-bin/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/icecat-bin/default.nix b/pkgs/applications/networking/browsers/icecat-bin/default.nix
index 2427570a59d0..cdcbd1fcf5e7 100644
--- a/pkgs/applications/networking/browsers/icecat-bin/default.nix
+++ b/pkgs/applications/networking/browsers/icecat-bin/default.nix
@@ -126,5 +126,8 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ dan4ik605743 ];
platforms = platforms.linux;
+ knownVulnerabilities = [
+ "Binary builds of GNU Icecat have not seen an update since 2019, while Firefox has received many security advisories."
+ ];
};
}