File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,17 @@ targets = [
99
1010[advisories ]
1111yanked = " deny"
12+ ignore = [
13+ # https://rustsec.org/advisories/RUSTSEC-2024-0384
14+ # "instant" is unmaintained
15+ #
16+ # The upstream "kube" crate also silenced this in https://github.com/kube-rs/kube/commit/4f1e889f265da8f19f03f60683569cae1a154fda
17+ # They/we are actively working on migrating kube from backoff to backon, which removes the transitive dependency on
18+ # instant, in https://github.com/kube-rs/kube/pull/1652.
19+ #
20+ # TODO: Remove after https://github.com/kube-rs/kube/pull/1652 is merged
21+ " RUSTSEC-2024-0384" ,
22+ ]
1223
1324[bans ]
1425multiple-versions = " allow"
@@ -26,6 +37,7 @@ allow = [
2637 " LicenseRef-webpki" ,
2738 " MIT" ,
2839 " MPL-2.0" ,
40+ " OpenSSL" , # Needed for the ring and/or aws-lc-sys crate. See https://github.com/stackabletech/operator-templating/pull/464 for details
2941 " Unicode-3.0" ,
3042 " Unicode-DFS-2016" ,
3143 " Zlib" ,
You can’t perform that action at this time.
0 commit comments