From ceeb28fef616065005983cb8e2a591cf0f655c82 Mon Sep 17 00:00:00 2001 From: ManojJiSharma Date: Mon, 16 Dec 2024 17:59:35 +0530 Subject: [PATCH] deny fix --- deny.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deny.toml b/deny.toml index faf7383a..122622a0 100644 --- a/deny.toml +++ b/deny.toml @@ -110,6 +110,12 @@ ignore = [ # RUSTSEC-2024-0388 derivative is unmaintained; consider using an alternative { id = 'RUSTSEC-2024-0388', reason = 'derivative is unmaintained; consider using an alternative' }, + + #RUSTSEC-2024-0421 + { id = 'RUSTSEC-2024-0421', reason = 'idna accepts Punycode labels that do not produce any non-ASCII when decoded'}, + #RUSTSEC-2024-0399 + { id = 'RUSTSEC-2024-0399', reason = 'ustls network-reachable panic in Acceptor::accept'}, + ] # This section is considered when running `cargo deny check sources`.