about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2023-12-10 14:30:55 +0100
committerGitHub <noreply@github.com>2023-12-10 14:30:55 +0100
commit73794db411ac69d39330a613a482af9495f71eb3 (patch)
treefaa1a9e053911b0066d9d36e8ed70e0546f9ef79 /pkgs/servers/http
parent2339744b73a527f04f2d2f27a8f768c14c3f38b1 (diff)
parented972a40b2f3f8b2185f6ecfc7cad859e4d9550a (diff)
downloadnixlib-73794db411ac69d39330a613a482af9495f71eb3.tar
nixlib-73794db411ac69d39330a613a482af9495f71eb3.tar.gz
nixlib-73794db411ac69d39330a613a482af9495f71eb3.tar.bz2
nixlib-73794db411ac69d39330a613a482af9495f71eb3.tar.lz
nixlib-73794db411ac69d39330a613a482af9495f71eb3.tar.xz
nixlib-73794db411ac69d39330a613a482af9495f71eb3.tar.zst
nixlib-73794db411ac69d39330a613a482af9495f71eb3.zip
Merge pull request #271941 from risicle/ris-apollo-router-known-vulnerabilities
router: add CVE-2023-45812 to knownVulnerabilities
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/router/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/http/router/default.nix b/pkgs/servers/http/router/default.nix
index b7b33c1d176c..01f1415d0af8 100644
--- a/pkgs/servers/http/router/default.nix
+++ b/pkgs/servers/http/router/default.nix
@@ -42,5 +42,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://www.apollographql.com/docs/router/";
     license = licenses.elastic20;
     maintainers = [ maintainers.bbigras ];
+    knownVulnerabilities = [ "CVE-2023-45812" ];
   };
 }