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 c69a9ac commit 086cc09Copy full SHA for 086cc09
ci/do-audit.sh
@@ -59,6 +59,17 @@ cargo_audit_ignores=(
59
# Dependency tree:
60
# rustls 0.23.17
61
--ignore RUSTSEC-2024-0399
62
+
63
+ # Crate: hashbrown
64
+ # Version: 0.15.0
65
+ # Title: Borsh serialization of HashMap is non-canonical
66
+ # Date: 2024-10-11
67
+ # ID: RUSTSEC-2024-0402
68
+ # URL: https://rustsec.org/advisories/RUSTSEC-2024-0402
69
+ # Solution: Upgrade to >=0.15.1
70
+ # Dependency tree:
71
+ # hashbrown 0.15.0
72
+ --ignore RUSTSEC-2024-0402
73
)
74
scripts/cargo-for-all-lock-files.sh audit "${cargo_audit_ignores[@]}" | $dep_tree_filter
75
# we want the `cargo audit` exit code, not `$dep_tree_filter`'s
0 commit comments