ci: remove --ignore RUSTSEC-2022-0093 (#33019)

ci: remove --ignore RUSTSEC-2023-0052
This commit is contained in:
Yihau Chen 2023-08-29 13:58:50 +08:00 committed by GitHub
parent 166f9e28dc
commit 37887d487c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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