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 006c921 commit 024d047Copy full SHA for 024d047
ci/do-audit.sh
@@ -48,6 +48,17 @@ cargo_audit_ignores=(
48
# URL: https://rustsec.org/advisories/RUSTSEC-2024-0376
49
# Solution: Upgrade to >=0.12.3
50
--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
62
)
63
scripts/cargo-for-all-lock-files.sh audit "${cargo_audit_ignores[@]}" | $dep_tree_filter
64
# we want the `cargo audit` exit code, not `$dep_tree_filter`'s
0 commit comments