From 2ede3282c41968a2c229d1d3308ad81236f4856b Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Wed, 29 Nov 2023 16:24:30 -0800 Subject: [PATCH] chore(security): Ignore RUSTSEC-2023-0071 for now Signed-off-by: Jesse Szwedko --- deny.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 1d78f351f2096..5032b57a48d89 100644 --- a/deny.toml +++ b/deny.toml @@ -37,4 +37,9 @@ license-files = [ ] [advisories] -ignore = [ ] +ignore = [ + # Vulnerability in `rsa` crate: https://rustsec.org/advisories/RUSTSEC-2023-0071.html + # There is not fix available yet. + # https://github.com/vectordotdev/vector/issues/19262 + "RUSTSEC-2023-0071" +]