Skip to content

Commit c3b1814

Browse files
committed
chore: Merge branch 'main' into feat/template-registry-specific-values
2 parents e24e47a + 85f035c commit c3b1814

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

template/deny.toml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ ignore = [
1818
# https://rustsec.org/advisories/RUSTSEC-2023-0071
1919
# "rsa" crate: Marvin Attack: potential key recovery through timing sidechannel
2020
#
21-
# No patch is yet available, however work is underway to migrate to a fully constant-time implementation
22-
# So we need to accept this, as of SDP 25.3 we are not using the rsa crate to create certificates used in production
23-
# setups.
21+
# No patch is yet available, however work is underway to migrate to a fully constant-time implementation.
22+
# So we need to accept this, as of SDP 26.3 we are "only" using the crate to create private +
23+
# public key pairs used by webhooks, such as conversion or mutating webhooks.
2424
#
2525
# https://github.com/RustCrypto/RSA/issues/19 is the tracking issue
2626
"RUSTSEC-2023-0071",
@@ -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)