Merge pull request #173976 from mweinelt/solr

solr: remove maintainer, mark as vulnerable
main
Martin Weinelt 2 years ago committed by GitHub
commit 9ce5907d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      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"
];
};
}

Loading…
Cancel
Save