From 85b47bbd5e5273207919ad9ff81f12471f1769d3 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 6 Mar 2017 18:02:55 -0500 Subject: mailpile: mark as insecure, pending removal --- pkgs/applications/networking/mailreaders/mailpile/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/applications/networking/mailreaders/mailpile') 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" + ]; }; } -- cgit 1.4.1