Skip to content

Commit

Permalink
Unignore advisories as affected ver. is corrected (#7730)
Browse files Browse the repository at this point in the history
For details see upstream PR: rustsec/advisory-db#221
  • Loading branch information
ryoqun committed Jan 14, 2020
1 parent cf074fc commit 98ab43b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-checks.sh
Expand Up @@ -19,15 +19,15 @@ _ 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
_ 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"
(
Expand Down

0 comments on commit 98ab43b

Please sign in to comment.