Skip to content

Commit bdf6bb7

Browse files
committed
fix: ignore RUSTSEC-2026-0118 and RUSTSEC-2026-0119 because libp2p
1 parent 253ca72 commit bdf6bb7

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ ignore = [
3030
# (stuck on 0.7.3) and `alloy-signer-local` (stuck on 0.8.5). Neither is
3131
# reachable from Pluto's loggers. Remove once upstream bumps to >=0.9.3.
3232
{ id = "RUSTSEC-2026-0097", reason = "transitive rand <0.9.3 via cuckoofilter and alloy-signer-local; not triggerable from our code" },
33+
# `hickory-proto` 0.26.1 exists, but current latest `libp2p` (0.56.0)
34+
# still pins `libp2p-dns` / `libp2p-mdns` to Hickory 0.25.2. Pluto does not
35+
# enable Hickory DNSSEC validation. Remove once libp2p moves to fixed Hickory.
36+
{ id = "RUSTSEC-2026-0118", reason = "transitive hickory-proto 0.25.2 via latest libp2p DNS/mDNS; DNSSEC validation path not enabled by Pluto" },
37+
# Same pinned `libp2p` DNS/mDNS stack as above. Cargo cannot select
38+
# `hickory-proto` 0.26.1 until the libp2p crates relax their 0.25.2 pins.
39+
{ id = "RUSTSEC-2026-0119", reason = "transitive hickory-proto 0.25.2 via latest libp2p DNS/mDNS; fixed hickory exists but libp2p still pins 0.25.2" },
3340
]
3441
unmaintained = "workspace"
3542

0 commit comments

Comments
 (0)