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

Commit d164d10

Browse files
authored
audit: Add curve25519-dalek RUSTSEC to ignore list (#6889)
#### Problem Just like anza-xyz/agave#1786, SPL is failing the audit check in CI. #### Solution Until we can upgrade to curve25519-dalek v4, ignore it
1 parent 681ecd4 commit d164d10

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/do-audit.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@ cargo_audit_ignores=(
3030
#
3131
# Remove once SPL upgrades to Solana v1.17 or greater
3232
--ignore RUSTSEC-2023-0065
33+
34+
# curve25519-dalek
35+
#
36+
# Remove once SPL upgrades to curve25519-dalek v4
37+
--ignore RUSTSEC-2024-0344
3338
)
3439
cargo +"$rust_stable" audit "${cargo_audit_ignores[@]}"

0 commit comments

Comments
 (0)