From b5ebd6f6862e043df29c19531a6dc135acd604ef Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 2 May 2026 04:09:35 +0200 Subject: [PATCH] chore: add exceptions for hickory-proto 0.25.2 in deny.toml Cannot be updated and nothing serious even if possible to trigger. --- deny.toml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 79c09c9a1..5e189dc93 100644 --- a/deny.toml +++ b/deny.toml @@ -33,7 +33,17 @@ ignore = [ # We do not check CRL and cannot update rustls-webpki 0.102.8 # which is a dependency of iroh 0.35.0. # - "RUSTSEC-2026-0104" + "RUSTSEC-2026-0104", + + # hickory-proto 0.25.2 unbounded loop in DNSSEC code. + # Dependency of iroh 0.35.0, cannot be updated as of 2026-05-02. + # + "RUSTSEC-2026-0118", + + # hickory-proto 0.25.2 quadratic complexity issue. + # Dependency of iroh 0.35.0, cannot be updated as of 2026-05-02. + # + "RUSTSEC-2026-0119" ] [bans]