Skip to content

Commit 8097cf5

Browse files
authored
Allowlist cargo deny rand advisory. (#2481)
1 parent ace94fc commit 8097cf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ ignore = [
3535
"RUSTSEC-2024-0436", # paste is no longer maintained
3636
"RUSTSEC-2025-0052", # async-std has been discontinued - used only in test dependencies
3737
"RUSTSEC-2025-0134", # rustls-pemfile has been discontinued - need to update stellar-rpc-client with compatible jsonrpsee (possible other deps too)
38+
"RUSTSEC-2026-0097", # rand 0.8.5 unsound advisory - currently present in Cargo.lock via transitive dependencies such as ark-std and soroban-env-host
3839
]
3940
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
4041
# lower than the range specified will be ignored. Note that ignored advisories

0 commit comments

Comments
 (0)