Skip to content

Commit

Permalink
v1.14: ci: ignore RUSTSEC-2022-0093 temporarily (#32859)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored Aug 17, 2023
1 parent bf6bab0 commit 482ff02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/do-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ cargo_audit_ignores=(
#
# Not worth upgrading tokio version on a stable branch
--ignore RUSTSEC-2023-0001

# ed25519-dalek
#
# https://github.com/solana-labs/solana/pull/32836
--ignore RUSTSEC-2022-0093
)
scripts/cargo-for-all-lock-files.sh stable audit "${cargo_audit_ignores[@]}" | $dep_tree_filter
# we want the `cargo audit` exit code, not `$dep_tree_filter`'s
Expand Down

0 comments on commit 482ff02

Please sign in to comment.