From a67828ed60372a03ec88ca79b3bf5a27a43b953b Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Fri, 10 Jan 2020 05:52:22 +0900 Subject: [PATCH] Unignore advisories as affected ver. is corrected For details see upstream PR: https://github.com/RustSec/advisory-db/pull/221 --- ci/test-checks.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test-checks.sh b/ci/test-checks.sh index d0276cf4f84d96..088cffec9051b4 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -19,7 +19,7 @@ _ cargo +"$rust_stable" clippy --all --exclude solana-sdk-c -- --deny=warnings _ cargo +"$rust_stable" clippy --manifest-path sdk-c/Cargo.toml -- --deny=warnings _ cargo +"$rust_stable" audit --version -_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0013 --ignore RUSTSEC-2018-0015 --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2019-0033 --ignore RUSTSEC-2019-0034 +_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0013 --ignore RUSTSEC-2018-0015 --ignore RUSTSEC-2019-0031 _ ci/nits.sh _ ci/order-crates-for-publishing.py _ book/build.sh @@ -27,7 +27,7 @@ _ ci/check-ssh-keys.sh { cd programs/bpf - _ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2019-0033 --ignore RUSTSEC-2019-0034 + _ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0031 for project in rust/*/ ; do echo "+++ do_bpf_checks $project" (