Commit 62b0017f authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

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.
parent d29d4921
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"
    ];
  };
}