File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is the source of truth for all oure repos!
2+ # This includes repos not templated by operator-templating, please copy/paste the file for this repos.
3+
4+ # TIPP: Use "cargo deny check" to check if everything is fine
5+
16[graph ]
27targets = [
38 { triple = " x86_64-unknown-linux-gnu" },
@@ -9,6 +14,17 @@ targets = [
914
1015[advisories ]
1116yanked = " deny"
17+ ignore = [
18+ # https://rustsec.org/advisories/RUSTSEC-2023-0071
19+ # "rsa" crate: Marvin Attack: potential key recovery through timing sidechannel
20+ #
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.
24+ #
25+ # https://github.com/RustCrypto/RSA/issues/19 is the tracking issue
26+ " RUSTSEC-2023-0071" ,
27+ ]
1228
1329[bans ]
1430multiple-versions = " allow"
You can’t perform that action at this time.
0 commit comments