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

Commit 97c0400

Browse files
authored
CI: Remove unneeded ignores in audit (#7113)
#### Problem There are many old audit ignores in the cargo audit script. #### Solution Remove the security advisories that we don't need to ignore.
1 parent 85d65f1 commit 97c0400

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

ci/do-audit.sh

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,11 @@ cd "$(dirname "$0")/.."
55
source ./ci/rust-version.sh stable
66

77
cargo_audit_ignores=(
8-
# Potential segfault in the time crate
9-
#
10-
# Blocked on chrono updating `time` to >= 0.2.23
11-
--ignore RUSTSEC-2020-0071
12-
13-
# tokio: vulnerability affecting named pipes on Windows
14-
#
15-
# Exception is a stopgap to unblock CI
16-
# https://github.com/solana-labs/solana/issues/29586
17-
--ignore RUSTSEC-2023-0001
18-
198
# ed25519-dalek: Double Public Key Signing Function Oracle Attack
209
#
21-
# Remove once SPL upgrades to Solana v1.17 or greater
10+
# Remove once SPL upgrades to ed25519-dalek v2
2211
--ignore RUSTSEC-2022-0093
2312

24-
# webpki: CPU denial of service in certificate path building
25-
#
26-
# No fixed upgrade is available! Only fix is switching to rustls-webpki
27-
--ignore RUSTSEC-2023-0052
28-
29-
# tungstenite
30-
#
31-
# Remove once SPL upgrades to Solana v1.17 or greater
32-
--ignore RUSTSEC-2023-0065
33-
3413
# curve25519-dalek
3514
#
3615
# Remove once SPL upgrades to curve25519-dalek v4

0 commit comments

Comments
 (0)