Skip to content

Commit

Permalink
ci: remove --ignore RUSTSEC-2022-0093 (#33019)
Browse files Browse the repository at this point in the history
ci: remove --ignore RUSTSEC-2023-0052
  • Loading branch information
yihau authored Aug 29, 2023
1 parent 166f9e2 commit 37887d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/do-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ cargo_audit_ignores=(
--ignore RUSTSEC-2023-0001

--ignore RUSTSEC-2022-0093

# webpki: CPU denial of service in certificate path building
# No fixed upgrade is available!
--ignore RUSTSEC-2023-0052
)
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 37887d4

Please sign in to comment.