Skip to content

Commit 9dff1b5

Browse files
authored
chore(deny): ignore RUSTSEC-2026-0097 (foundry-rs#14272)
1 parent f037451 commit 9dff1b5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ignore = [
99
"RUSTSEC-2024-0436",
1010
# https://rustsec.org/advisories/RUSTSEC-2025-0141 bincode is unmaintained
1111
"RUSTSEC-2025-0141",
12+
# https://rustsec.org/advisories/RUSTSEC-2026-0097 rand is unsound with a custom logger
13+
"RUSTSEC-2026-0097",
1214
]
1315

1416
# This section is considered when running `cargo deny check bans`.

0 commit comments

Comments
 (0)