Skip to content

Commit d8c4b88

Browse files
chore: Ignore RUSTSEC-2026-0097 in deny.toml (#586)
1 parent 2428552 commit d8c4b88

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

template/deny.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ ignore = [
3838
#
3939
# This can only be removed again if we decide to use a different crate.
4040
"RUSTSEC-2024-0436",
41+
42+
# https://rustsec.org/advisories/RUSTSEC-2026-0097
43+
# rand 0.8.5 is unsound when log+thread_rng features are enabled and a custom logger calls rand::rng().
44+
#
45+
# This version is pulled in transitively via num-bigint-dig -> rsa -> stackable-certs and cannot be
46+
# updated until the upstream rsa crate bumps its rand dependency.
47+
"RUSTSEC-2026-0097",
4148
]
4249

4350
[bans]

0 commit comments

Comments
 (0)