diff --git a/ci/do-audit.sh b/ci/do-audit.sh index cbe09be775..71a0465d6f 100755 --- a/ci/do-audit.sh +++ b/ci/do-audit.sh @@ -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[@]}"