envoy: mark with knownVulnerabilities

Attempts to update `envoy` have not been successful.
Nobody with enough Bazel skills has step up to untangle
the build issues with the latest version.
This commit is contained in:
Thomas Gerbet 2023-05-04 23:10:57 +02:00
parent d29d492183
commit 62b0017f86

View File

@ -176,5 +176,13 @@ buildBazelPackage rec {
license = licenses.asl20;
maintainers = with maintainers; [ lukegb ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
knownVulnerabilities = [
"CVE-2023-27487"
"CVE-2023-27488"
"CVE-2023-27491"
"CVE-2023-27492"
"CVE-2023-27493"
"CVE-2023-27496"
];
};
}