Skip to content

Commit 94eae35

Browse files
committed
chore(template): Ignore RUSTSEC-2026-0173 for now
1 parent 5683e84 commit 94eae35

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

template/deny.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,24 @@ ignore = [
4545
# This version is pulled in transitively via num-bigint-dig -> rsa -> stackable-certs and cannot be
4646
# updated until the upstream rsa crate bumps its rand dependency.
4747
"RUSTSEC-2026-0097",
48+
49+
# https://rustsec.org/advisories/RUSTSEC-2026-0173
50+
# The author of `proc-macro-error2` has [confirmed](https://github.com/GnomedDev/proc-macro-error-2/issues/17#issuecomment-4643215473)
51+
# that the crate is no longer maintained and recommends that users migrate away from it.
52+
#
53+
# There currently is no way for us to negate this advisory, because that crate is not used
54+
# directly by us. We need to wait for new versions of oci-spec and getset.
55+
#
56+
# proc-macro-error2 v2.0.1
57+
# └── getset v0.1.6
58+
# └── oci-spec v0.9.0
59+
# └── boil v0.2.1
60+
#
61+
# Alternate crates are:
62+
#
63+
# - https://crates.io/crates/manyhow
64+
# - https://github.com/SergioBenitez/proc-macro2-diagnostics
65+
"RUSTSEC-2026-0173",
4866
]
4967

5068
[bans]

0 commit comments

Comments
 (0)