Skip to content

Commit

Permalink
mailpile: mark as insecure, pending removal
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Mar 6, 2017
1 parent 9614ebf commit 85b47bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/networking/mailreaders/mailpile/default.nix
Expand Up @@ -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"
];
};
}

0 comments on commit 85b47bb

Please sign in to comment.