File tree 1 file changed +16
-0
lines changed
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
+
1
6
[graph ]
2
7
targets = [
3
8
{ triple = " x86_64-unknown-linux-gnu" },
@@ -9,6 +14,17 @@ targets = [
9
14
10
15
[advisories ]
11
16
yanked = " 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
+ ]
12
28
13
29
[bans ]
14
30
multiple-versions = " allow"
You can’t perform that action at this time.
0 commit comments