Merge pull request #173976 from mweinelt/solr

solr: remove maintainer, mark as vulnerable
This commit is contained in:
Martin Weinelt 2022-05-22 14:27:27 +02:00 committed by GitHub
commit 9ce5907d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
];
};
}