Skip to content

Commit fff9577

Browse files
committed
Update deny.toml from op-rs
1 parent 0388e84 commit fff9577

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

deny.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ targets = [
99

1010
[advisories]
1111
yanked = "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]
1425
multiple-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",

0 commit comments

Comments
 (0)