Loading maint/cargo-audit +7 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,13 @@ IGNORE=( # # See https://gitlab.torproject.org/tpo/core/arti/-/issues/2474 --ignore RUSTSEC-2026-0097 # proc-macro-error2 is unmaintained # # This has been reported upstream in the respective crates: # * <https://github.com/jbaublitz/getset/issues/132> # * <https://github.com/CensoredUsername/dynasm-rs/issues/123> --ignore RUSTSEC-2026-0173 ) ${CARGO:-cargo} audit -D warnings "${IGNORE[@]}" Loading Loading
maint/cargo-audit +7 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,13 @@ IGNORE=( # # See https://gitlab.torproject.org/tpo/core/arti/-/issues/2474 --ignore RUSTSEC-2026-0097 # proc-macro-error2 is unmaintained # # This has been reported upstream in the respective crates: # * <https://github.com/jbaublitz/getset/issues/132> # * <https://github.com/CensoredUsername/dynasm-rs/issues/123> --ignore RUSTSEC-2026-0173 ) ${CARGO:-cargo} audit -D warnings "${IGNORE[@]}" Loading