Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit fb5db7a

Browse files
yihauwillhickey
authored andcommitted
v1.18: suppress openssl audit (#2263)
1 parent b759143 commit fb5db7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/do-audit.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ cargo_audit_ignores=(
3838
# Patches to address the advisory have been pulled into a fork of the repo.
3939
# See `[patch.crates-io.curve25519-dalek]` in Cargo.toml for more information
4040
--ignore RUSTSEC-2024-0344
41+
42+
# openssl
43+
--ignore RUSTSEC-2024-0357
4144
)
4245
scripts/cargo-for-all-lock-files.sh audit "${cargo_audit_ignores[@]}" | $dep_tree_filter
4346
# we want the `cargo audit` exit code, not `$dep_tree_filter`'s

0 commit comments

Comments
 (0)