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:
parent
d29d492183
commit
62b0017f86
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user