diff --git a/pkgs/servers/search/solr/default.nix b/pkgs/servers/search/solr/default.nix index 479a7616ae1..a3b75134107 100644 --- a/pkgs/servers/search/solr/default.nix +++ b/pkgs/servers/search/solr/default.nix @@ -33,7 +33,11 @@ stdenv.mkDerivation rec { description = "Open source enterprise search platform from the Apache Lucene project"; license = licenses.asl20; platforms = platforms.all; - maintainers = with maintainers; [ aanderse ]; + maintainers = with maintainers; [ ]; + knownVulnerabilities = [ + "Multiple security issues throughout 2021, see https://solr.apache.org/security.html" + "Package is outdated and has no maintainer" + ]; }; }