Skip to content

Commit

Permalink
ci: ignore curve25519-dalek audit temporarily (#1786)
Browse files Browse the repository at this point in the history
ci: ignore curve25519-dalek audit
(cherry picked from commit a6bc917)

# Conflicts:
#	ci/do-audit.sh
  • Loading branch information
yihau authored and steviez committed Jul 1, 2024
1 parent 73c7150 commit 0665ac4
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 @@ -31,8 +31,13 @@ cargo_audit_ignores=(

--ignore RUSTSEC-2022-0093

<<<<<<< HEAD
# mio
--ignore RUSTSEC-2024-0019
=======
# curve25519-dalek
--ignore RUSTSEC-2024-0344
>>>>>>> a6bc917f36 (ci: ignore curve25519-dalek audit temporarily (#1786))
)
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 0665ac4

Please sign in to comment.