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

Commit def28e1

Browse files
authored
Suppress RUSTSEC-2023-0044 audit failure until SPL upgrades to Solana v1.16.2 or greater (#4586)
1 parent eb077c7 commit def28e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/do-audit.sh

+5
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@ cargo_audit_ignores=(
1515
# Exception is a stopgap to unblock CI
1616
# https://github.com/solana-labs/solana/issues/29586
1717
--ignore RUSTSEC-2023-0001
18+
19+
# openssl: `openssl` `X509VerifyParamRef::set_host` buffer over-read
20+
#
21+
# Remove once SPL upgrades to Solana v1.16.2 or greater
22+
--ignore RUSTSEC-2023-0044
1823
)
1924
cargo +"$rust_stable" audit "${cargo_audit_ignores[@]}"

0 commit comments

Comments
 (0)