diff --git a/ci/do-audit.sh b/ci/do-audit.sh index 0118c84c5f0fec..a229e0be83d754 100755 --- a/ci/do-audit.sh +++ b/ci/do-audit.sh @@ -33,6 +33,9 @@ cargo_audit_ignores=( # mio --ignore RUSTSEC-2024-0019 + + # curve25519-dalek + --ignore RUSTSEC-2024-0344 ) 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