forked from rpcpool/yellowstone-grpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeny.toml
More file actions
33 lines (26 loc) · 844 Bytes
/
deny.toml
File metadata and controls
33 lines (26 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[graph]
all-features = true
[advisories]
ignore = [
# atty 0.2.14
# Advisory: https://rustsec.org/advisories/RUSTSEC-2021-0145
"RUSTSEC-2021-0145",
# ed25519-dalek 1.0.1
# Advisory: https://rustsec.org/advisories/RUSTSEC-2022-0093
"RUSTSEC-2022-0093",
# curve25519-dalek 3.2.0
# Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0344
"RUSTSEC-2024-0344",
# atty 0.2.14
# Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0375
"RUSTSEC-2024-0375",
# instant 0.1.13
# Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0384
"RUSTSEC-2024-0384",
# protobuf 2.28.0
# Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0437
"RUSTSEC-2024-0437",
# backoff 0.4.0
# Advisory: https://rustsec.org/advisories/RUSTSEC-2025-0012
"RUSTSEC-2025-0012",
]