Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit ea5e727

Browse files
jstarrymergify-bot
authored andcommitted
Update http crate to fix security vulnerability (#7725)
* Update http to fix security vulnerability * Ignore RUSTSEC because they incorrectly says http 0.1.21 is vulnerable (cherry picked from commit 719785a) # Conflicts: # Cargo.lock # ci/test-checks.sh
1 parent f0bbec7 commit ea5e727

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

Cargo.lock

Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ci/test-checks.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ _ 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+
<<<<<<< HEAD
2223
_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0013 --ignore RUSTSEC-2018-0015
24+
=======
25+
_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0013 --ignore RUSTSEC-2018-0015 --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2019-0033 --ignore RUSTSEC-2019-0034
26+
>>>>>>> 719785a8d... Update http crate to fix security vulnerability (#7725)
2327
_ ci/nits.sh
2428
_ ci/order-crates-for-publishing.py
2529
_ book/build.sh
@@ -28,7 +32,11 @@ _ ci/check-ssh-keys.sh
2832

2933
{
3034
cd programs/bpf
35+
<<<<<<< HEAD
3136
_ cargo +"$rust_stable" audit
37+
=======
38+
_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2019-0033 --ignore RUSTSEC-2019-0034
39+
>>>>>>> 719785a8d... Update http crate to fix security vulnerability (#7725)
3240
for project in rust/*/ ; do
3341
echo "+++ do_bpf_checks $project"
3442
(

0 commit comments

Comments
 (0)