Unverified Commit 9d557a82 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #229976 from LeSuisse/envoy-known-vulns

parents 67f84682 62b0017f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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"
    ];
  };
}