Skip to content

Commit

Permalink
ci: ignore RUSTSEC-2024-0336 -- v1.17 (#1016)
Browse files Browse the repository at this point in the history
vuln is against rustls servers. our only non-client-side usage is in
quinn, which does not call the affected function
  • Loading branch information
t-nelson authored Apr 24, 2024
1 parent abdb271 commit 85c1fe3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/do-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ cargo_audit_ignores=(

# mio
--ignore RUSTSEC-2024-0019

# rustls -- complete_io
--ignore RUSTSEC-2024-0336
)
scripts/cargo-for-all-lock-files.sh audit "${cargo_audit_ignores[@]}" | $dep_tree_filter
# we want the `cargo audit` exit code, not `$dep_tree_filter`'s
Expand Down

0 comments on commit 85c1fe3

Please sign in to comment.