Skip to content

Commit ba9bf24

Browse files
authored
v1.18: suppress openssl audit (#2263)
1 parent 2b3ab37 commit ba9bf24

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)