This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -5,32 +5,11 @@ cd "$(dirname "$0")/.."
5
5
source ./ci/rust-version.sh stable
6
6
7
7
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
-
19
8
# ed25519-dalek: Double Public Key Signing Function Oracle Attack
20
9
#
21
- # Remove once SPL upgrades to Solana v1.17 or greater
10
+ # Remove once SPL upgrades to ed25519-dalek v2
22
11
--ignore RUSTSEC-2022-0093
23
12
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
-
34
13
# curve25519-dalek
35
14
#
36
15
# Remove once SPL upgrades to curve25519-dalek v4
You can’t perform that action at this time.
0 commit comments