File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,6 +45,25 @@ 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. See the following
55+ # issue which tracks moving to a newer getset version: https://github.com/youki-dev/oci-spec-rs/issues/340
56+ #
57+ # proc-macro-error2 v2.0.1
58+ # └── getset v0.1.6
59+ # └── oci-spec v0.9.0
60+ # └── boil v0.2.1
61+ #
62+ # Alternate crates are:
63+ #
64+ # - https://crates.io/crates/manyhow
65+ # - https://github.com/SergioBenitez/proc-macro2-diagnostics
66+ " RUSTSEC-2026-0173" ,
4867]
4968
5069[bans ]
You can’t perform that action at this time.
0 commit comments