Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions template/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ ignore = [
# https://rustsec.org/advisories/RUSTSEC-2023-0071
# "rsa" crate: Marvin Attack: potential key recovery through timing sidechannel
#
# No patch is yet available, however work is underway to migrate to a fully constant-time implementation
# So we need to accept this, as of SDP 25.3 we are not using the rsa crate to create certificates used in production
# setups.
# No patch is yet available, however work is underway to migrate to a fully constant-time implementation.
# So we need to accept this, as of SDP 26.3 we are "only" using the crate to create private +
# public key pairs used by webhooks, such as conversion or mutating webhooks.
#
# https://github.com/RustCrypto/RSA/issues/19 is the tracking issue
"RUSTSEC-2023-0071",
Expand Down