about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2024-04-13 12:24:29 +0100
committerGitHub <noreply@github.com>2024-04-13 12:24:29 +0100
commit92b25654694161c60e983a1ac5ab6b6d2ce0c186 (patch)
tree956d69317085917cbff43d3beb1c5b2d688b9c5c /pkgs/servers
parent692ceb334b4fd60d61798dde895f6f122110f5fe (diff)
parentbc4dc452fa3ce8895a31273e6d541fbc6abfc2af (diff)
Merge pull request #303204 from LeSuisse/envoy-CVE-2024-30255-tag
envoy: flag as vulnerable to CVE-2024-30255
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/envoy/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/http/envoy/default.nix b/pkgs/servers/http/envoy/default.nix
index bb8a5e6a575cc..50067d7dd6220 100644
--- a/pkgs/servers/http/envoy/default.nix
+++ b/pkgs/servers/http/envoy/default.nix
@@ -197,5 +197,6 @@ buildBazelPackage {
     license = licenses.asl20;
     maintainers = with maintainers; [ lukegb ];
     platforms = [ "x86_64-linux" "aarch64-linux" ];
+    knownVulnerabilities = [ "CVE-2024-30255" ];
   };
 }