Skip to content

Commit 024d047

Browse files
yihauwillhickey
authored andcommitted
v2.1: ignore rustls rustsec
1 parent 006c921 commit 024d047

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
@@ -48,6 +48,17 @@ cargo_audit_ignores=(
4848
# URL: https://rustsec.org/advisories/RUSTSEC-2024-0376
4949
# Solution: Upgrade to >=0.12.3
5050
--ignore RUSTSEC-2024-0376
51+
52+
# Crate: rustls
53+
# Version: 0.23.17
54+
# Title: rustls network-reachable panic in `Acceptor::accept`
55+
# Date: 2024-11-22
56+
# ID: RUSTSEC-2024-0399
57+
# URL: https://rustsec.org/advisories/RUSTSEC-2024-0399
58+
# Solution: Upgrade to >=0.23.18
59+
# Dependency tree:
60+
# rustls 0.23.17
61+
--ignore RUSTSEC-2024-0399
5162
)
5263
scripts/cargo-for-all-lock-files.sh audit "${cargo_audit_ignores[@]}" | $dep_tree_filter
5364
# we want the `cargo audit` exit code, not `$dep_tree_filter`'s

0 commit comments

Comments
 (0)