Skip to content

Commit 086cc09

Browse files
authored
v2.1: supress hashbrown audit (#3920)
1 parent c69a9ac commit 086cc09

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ci/do-audit.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,17 @@ cargo_audit_ignores=(
5959
# Dependency tree:
6060
# rustls 0.23.17
6161
--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
6273
)
6374
scripts/cargo-for-all-lock-files.sh audit "${cargo_audit_ignores[@]}" | $dep_tree_filter
6475
# we want the `cargo audit` exit code, not `$dep_tree_filter`'s

0 commit comments

Comments
 (0)