about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2023-12-03 22:45:31 +0000
committerRobert Scott <code@humanleg.org.uk>2023-12-03 22:45:31 +0000
commited972a40b2f3f8b2185f6ecfc7cad859e4d9550a (patch)
tree149f30e7ff28529df9cbf7cbed6c457254634b75 /pkgs/servers/http
parentc2273e116f7651f0deda59f9ebd83063a66a62c0 (diff)
downloadnixlib-ed972a40b2f3f8b2185f6ecfc7cad859e4d9550a.tar
nixlib-ed972a40b2f3f8b2185f6ecfc7cad859e4d9550a.tar.gz
nixlib-ed972a40b2f3f8b2185f6ecfc7cad859e4d9550a.tar.bz2
nixlib-ed972a40b2f3f8b2185f6ecfc7cad859e4d9550a.tar.lz
nixlib-ed972a40b2f3f8b2185f6ecfc7cad859e4d9550a.tar.xz
nixlib-ed972a40b2f3f8b2185f6ecfc7cad859e4d9550a.tar.zst
nixlib-ed972a40b2f3f8b2185f6ecfc7cad859e4d9550a.zip
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" ];
   };
 }