about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/mailpile/default.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-03-06 18:02:55 -0500
committerGraham Christensen <graham@grahamc.com>2017-03-06 18:02:55 -0500
commit85b47bbd5e5273207919ad9ff81f12471f1769d3 (patch)
tree7edad6cd3276b4c918de95651b0769d7605e8429 /pkgs/applications/networking/mailreaders/mailpile/default.nix
parent9614ebf1372149b77edabde2d6318aaf8d35c31d (diff)
mailpile: mark as insecure, pending removal
Diffstat (limited to 'pkgs/applications/networking/mailreaders/mailpile/default.nix')
-rw-r--r--pkgs/applications/networking/mailreaders/mailpile/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mailreaders/mailpile/default.nix b/pkgs/applications/networking/mailreaders/mailpile/default.nix
index 05fea05fd14e2..9c2ab08babcf2 100644
--- a/pkgs/applications/networking/mailreaders/mailpile/default.nix
+++ b/pkgs/applications/networking/mailreaders/mailpile/default.nix
@@ -33,5 +33,8 @@ python2Packages.buildPythonApplication rec {
     license = [ licenses.asl20 licenses.agpl3 ];
     platforms = platforms.linux;
     maintainers = [ maintainers.domenkozar ];
+    knownVulnerabilities = [
+      "Numerous and uncounted, upstream has requested we not package it. See more: https://github.com/NixOS/nixpkgs/pull/23058#issuecomment-283515104"
+    ];
   };
 }