File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,12 +20,18 @@ ignore = [
2020 # that the crate is no longer maintained and recommends that users migrate away from it.
2121 #
2222 # There currently is no way for us to negate this advisory, because that crate is not used
23- # directly by us. We need to wait for new versions of oci-spec and getset.
23+ # directly by us. We need to wait for new versions of oci-spec and getset. See the following
24+ # issue which tracks moving to a newer getset version: https://github.com/youki-dev/oci-spec-rs/issues/340
2425 #
2526 # proc-macro-error2 v2.0.1
2627 # └── getset v0.1.6
2728 # └── oci-spec v0.9.0
2829 # └── boil v0.2.1
30+ #
31+ # Alternate crates are:
32+ #
33+ # - https://crates.io/crates/manyhow
34+ # - https://github.com/SergioBenitez/proc-macro2-diagnostics
2935 " RUSTSEC-2026-0173" ,
3036]
3137
You can’t perform that action at this time.
0 commit comments