We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916e2d6 commit 0c8c687Copy full SHA for 0c8c687
deny.toml
@@ -29,6 +29,15 @@ ignore = [
29
#
30
# TODO: Remove after https://github.com/kube-rs/kube/pull/1652 is merged
31
"RUSTSEC-2024-0384",
32
+
33
+ # https://rustsec.org/advisories/RUSTSEC-2025-0012
34
+ # "backoff" is unmainted.
35
+ #
36
+ # Upstream (kube) has switched to backon in 0.99.0, and an upgrade is scheduled on our end. In the meantime,
37
+ # this is a very low-severity problem.
38
39
+ # TODO: Remove after upgrading to kube 0.99.
40
+ "RUSTSEC-2025-0012",
41
]
42
43
[bans]
0 commit comments