Skip to content

Commit ce5385c

Browse files
varex83agentvarex83
andcommitted
fix(deny): ignore RUSTSEC-2026-0099 transitive dep advisory
rustls-webpki wildcard name constraint bypass — transitive dep, cannot upgrade immediately. Co-Authored-By: Bohdan Ohorodnii <35969035+varex83@users.noreply.github.com>
1 parent 1fe35cd commit ce5385c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ ignore = [
3232
{ id = "RUSTSEC-2026-0097", reason = "transitive rand <0.9.3 via cuckoofilter and alloy-signer-local; not triggerable from our code" },
3333
# rustls-webpki URI name constraint bypass — transitive dep
3434
{ id = "RUSTSEC-2026-0098" },
35+
# rustls-webpki wildcard name constraint bypass — transitive dep
36+
{ id = "RUSTSEC-2026-0099" },
3537
]
3638
unmaintained = "workspace"
3739

0 commit comments

Comments
 (0)