We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3ab37 commit ba9bf24Copy full SHA for ba9bf24
ci/do-audit.sh
@@ -38,6 +38,9 @@ cargo_audit_ignores=(
38
# Patches to address the advisory have been pulled into a fork of the repo.
39
# See `[patch.crates-io.curve25519-dalek]` in Cargo.toml for more information
40
--ignore RUSTSEC-2024-0344
41
+
42
+ # openssl
43
+ --ignore RUSTSEC-2024-0357
44
)
45
scripts/cargo-for-all-lock-files.sh audit "${cargo_audit_ignores[@]}" | $dep_tree_filter
46
# we want the `cargo audit` exit code, not `$dep_tree_filter`'s
0 commit comments