Skip to content

Commit

Permalink
v1.18: suppress openssl audit (#2263)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored and willhickey committed Jul 24, 2024
1 parent b759143 commit fb5db7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/do-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ cargo_audit_ignores=(
# Patches to address the advisory have been pulled into a fork of the repo.
# See `[patch.crates-io.curve25519-dalek]` in Cargo.toml for more information
--ignore RUSTSEC-2024-0344

# openssl
--ignore RUSTSEC-2024-0357
)
scripts/cargo-for-all-lock-files.sh 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 fb5db7a

Please sign in to comment.