From 488a3d1118ade1ccd348c9d69c7e6ef5d0910b89 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 23 Aug 2023 18:32:16 +0000 Subject: [PATCH] build(deny): ignore RUSTSEC-2023-0052 --- deny.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deny.toml b/deny.toml index a7cf05e12..643aae78e 100644 --- a/deny.toml +++ b/deny.toml @@ -3,6 +3,11 @@ unmaintained = "allow" ignore = [ "RUSTSEC-2020-0071", "RUSTSEC-2022-0093", + + # Exponential CPU time usage for TLS certificate processing in webpki. + # It is only used for backup transfer, so does not affect IMAP and SMTP connections. + # Waiting for `iroh` to update dependencies. + "RUSTSEC-2023-0052", ] [bans]