Skip to content

Commit 74b5ac7

Browse files
chore: Ignore RUSTSEC-2026-0097 in deny.toml
1 parent ceac434 commit 74b5ac7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

deny.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ 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+
#
48+
# This should be fixed in rsa v0.10.
49+
# Release tracking issue: https://github.com/RustCrypto/RSA/issues/647
50+
"RUSTSEC-2026-0097",
4151
]
4252

4353
[bans]

0 commit comments

Comments
 (0)