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

envoy: flag as vulnerable to CVE-2024-30255
This commit is contained in:
Robert Scott 2024-04-13 12:24:29 +01:00 committed by GitHub
commit 92b2565469
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -197,5 +197,6 @@ buildBazelPackage {
license = licenses.asl20;
maintainers = with maintainers; [ lukegb ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
knownVulnerabilities = [ "CVE-2024-30255" ];
};
}