mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
elasticsearch: tag with knownVulnerabililities
Closes https://github.com/NixOS/nixpkgs/issues/544682
(cherry picked from commit b170e54faa)
This commit is contained in:
committed by
Thomas Gerbet
parent
c3889063d9
commit
593c3ee8cc
@@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user