We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2428552 commit d8c4b88Copy full SHA for d8c4b88
template/deny.toml
@@ -38,6 +38,13 @@ 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
+ "RUSTSEC-2026-0097",
48
]
49
50
[bans]
0 commit comments