We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceac434 commit 74b5ac7Copy full SHA for 74b5ac7
deny.toml
@@ -38,6 +38,16 @@ ignore = [
38
#
39
# This can only be removed again if we decide to use a different crate.
40
"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",
51
]
52
53
[bans]
0 commit comments