File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments