File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -9,27 +9,6 @@ targets = [
99
1010[advisories ]
1111yanked = " deny"
12- ignore = [
13- # https://rustsec.org/advisories/RUSTSEC-2023-0071
14- # "rsa" crate: Marvin Attack: potential key recovery through timing sidechannel
15- #
16- # No patch is yet available, however work is underway to migrate to a fully constant-time implementation
17- # So we need to accept this, as of SDP 24.11 we are not using the rsa crate to create certificates used in production
18- # setups.
19- #
20- # TODO: Remove after https://github.com/RustCrypto/RSA/pull/394 is merged
21- " RUSTSEC-2023-0071" ,
22-
23- # https://rustsec.org/advisories/RUSTSEC-2024-0384
24- # "instant" is unmaintained
25- #
26- # The upstream "kube" crate also silenced this in https://github.com/kube-rs/kube/commit/4f1e889f265da8f19f03f60683569cae1a154fda
27- # They/we are actively working on migrating kube from backoff to backon, which removes the transitive dependency on
28- # instant, in https://github.com/kube-rs/kube/pull/1652.
29- #
30- # TODO: Remove after https://github.com/kube-rs/kube/pull/1652 is merged
31- " RUSTSEC-2024-0384" ,
32- ]
3312
3413[bans ]
3514multiple-versions = " allow"
You can’t perform that action at this time.
0 commit comments