From 39120b3343231d223c7c027957607758ab8d8d96 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 31 Oct 2020 09:09:03 -0700 Subject: [PATCH] Ignore stdweb --- ci/test-checks.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/test-checks.sh b/ci/test-checks.sh index f940f4f2a7..1d73d51341 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -67,6 +67,11 @@ cargo_audit_ignores=( # # Blocked on https://github.com/paritytech/jsonrpc/issues/575 --ignore RUSTSEC-2020-0016 + + # stdweb is unmaintained + # + # Blocked on multiple upstream crates removing their `stdweb` dependency. + --ignore RUSTSEC-2020-0056 ) _ scripts/cargo-for-all-lock-files.sh +"$rust_stable" audit "${cargo_audit_ignores[@]}"