Skip to content

Commit d519288

Browse files
mergify[bot]sakridge
authored andcommitted
Unignore advisories as affected ver. is corrected (solana-labs#7730) (solana-labs#7783)
automerge
1 parent 6b93990 commit d519288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/test-checks.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ _ cargo +"$rust_stable" clippy --all --exclude solana-sdk-c -- --deny=warnings
1919
_ cargo +"$rust_stable" clippy --manifest-path sdk-c/Cargo.toml -- --deny=warnings
2020

2121
_ cargo +"$rust_stable" audit --version
22-
_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0013 --ignore RUSTSEC-2018-0015 --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2019-0033 --ignore RUSTSEC-2019-0034
22+
_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0013 --ignore RUSTSEC-2018-0015 --ignore RUSTSEC-2019-0031
2323
_ ci/nits.sh
2424
_ ci/order-crates-for-publishing.py
2525
_ book/build.sh
2626
_ ci/check-ssh-keys.sh
2727

2828
{
2929
cd programs/bpf
30-
_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2019-0033 --ignore RUSTSEC-2019-0034
30+
_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0031
3131
for project in rust/*/ ; do
3232
echo "+++ do_bpf_checks $project"
3333
(

0 commit comments

Comments
 (0)