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

Commit

Permalink
audit: Add curve25519-dalek RUSTSEC to ignore list (#6889)
Browse files Browse the repository at this point in the history
#### 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
  • Loading branch information
joncinque authored Jun 20, 2024
1 parent 681ecd4 commit d164d10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/do-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,10 @@ cargo_audit_ignores=(
#
# Remove once SPL upgrades to Solana v1.17 or greater
--ignore RUSTSEC-2023-0065

# curve25519-dalek
#
# Remove once SPL upgrades to curve25519-dalek v4
--ignore RUSTSEC-2024-0344
)
cargo +"$rust_stable" audit "${cargo_audit_ignores[@]}"

0 comments on commit d164d10

Please sign in to comment.