lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #303204 from LeSuisse/envoy-CVE-2024-30255-tag

envoy: flag as vulnerable to CVE-2024-30255

authored by

Robert Scott and committed by
GitHub
92b25654 692ceb33

+1
+1
pkgs/servers/http/envoy/default.nix
··· 197 197 license = licenses.asl20; 198 198 maintainers = with maintainers; [ lukegb ]; 199 199 platforms = [ "x86_64-linux" "aarch64-linux" ]; 200 + knownVulnerabilities = [ "CVE-2024-30255" ]; 200 201 }; 201 202 }