Skip to content

Commit 0eb99ba

Browse files
committed
chore: Update message of rsa advisory allowlist
1 parent 2428552 commit 0eb99ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

template/deny.toml

Lines changed: 3 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",

0 commit comments

Comments
 (0)