From 5e47b897075c73a6d0fd5dcebcaa364c7c27b3e2 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Wed, 12 Oct 2022 11:41:58 -0700 Subject: [PATCH] Ignore inapplicable vulnerability to unblock release Signed-off-by: Jesse Szwedko --- deny.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deny.toml b/deny.toml index 706489e668a65..4d27d82e1f104 100644 --- a/deny.toml +++ b/deny.toml @@ -31,4 +31,9 @@ ignore = [ # We resolved this by patching chrono to use a version that doesn't depend on `time` v0.1 # https://github.com/vectordotdev/vector/issues/9679 "RUSTSEC-2020-0159", + + # No default limit put on request bodies + # Ignoring as part of 0.24.2 release to avoid behavior change as input is trusted, but will be + # included in 0.25.0 + "RUSTSEC-2022-0055" ]