Remove tar-rs audit ignore (#19344)

This commit is contained in:
Tyera Eulberg 2021-08-20 14:34:48 -06:00 committed by GitHub
parent 967746abbf
commit 17978c2ff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -46,11 +46,5 @@ cargo_audit_ignores=(
# https://github.com/paritytech/jsonrpc/issues/605
--ignore RUSTSEC-2021-0079
# tar: Links in archive can create arbitrary directories
#
# Blocked on `tar` releasing safe upgrade
# https://github.com/alexcrichton/tar-rs/issues/238
--ignore RUSTSEC-2021-0080
)
scripts/cargo-for-all-lock-files.sh stable audit "${cargo_audit_ignores[@]}"