mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-04-17 00:23:08 +00:00
5 lines
306 B
TOML
5 lines
306 B
TOML
[advisories]
|
|
ignore = [
|
|
{ id = "RUSTSEC-2026-0097", reason = "rand 0.8.5 is a transitive dep from ark-std/logos-blockchain-*/risc0-* which pin to 0.8.x. Fix is in rand >= 0.9.3, outside the 0.8 semver range. The vulnerability requires custom logger + thread_rng + reseeding which we don't trigger." },
|
|
]
|