From 17978c2ff415e0613de673ef4c5baaa0a608744a Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Fri, 20 Aug 2021 14:34:48 -0600 Subject: [PATCH] Remove tar-rs audit ignore (#19344) --- ci/do-audit.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ci/do-audit.sh b/ci/do-audit.sh index cbe09be77..71a0465d6 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[@]}"