[Backport release-26.05] elasticsearch: tag with knownVulnerabililities (#547084)

This commit is contained in:
Thomas Gerbet
2026-08-01 12:41:35 +00:00
committed by GitHub

View File

@@ -94,5 +94,14 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [
basvandijk
];
knownVulnerabilities = [
"Elasticsearch 7 is EOL since January 15 2026"
"CVE-2026-63144"
"CVE-2026-56145"
"CVE-2026-63263"
"CVE-2026-56144"
"CVE-2026-63140"
"CVE-2026-63136"
];
};
}