From 2d3ead0c0552ae528ead8e767364dd9b14deb7e5 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 19:56:17 -0800 Subject: [PATCH] Unignore advisories as affected ver. is corrected (bp #7730) (#7782) automerge --- 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 041adb87da..29a610d66b 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-0033 --ignore RUSTSEC-2019-0034 +_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0013 --ignore RUSTSEC-2018-0015 _ ci/nits.sh _ ci/order-crates-for-publishing.py _ book/build.sh @@ -28,7 +28,7 @@ _ ci/check-ssh-keys.sh { cd programs/bpf - _ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0033 --ignore RUSTSEC-2019-0034 + _ cargo +"$rust_stable" audit for project in rust/*/ ; do echo "+++ do_bpf_checks $project" (