Skip to content

Commit 0c8c687

Browse files
committed
Ignore RUSTSEC-2025-0012 for now
1 parent 916e2d6 commit 0c8c687

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deny.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ ignore = [
2929
#
3030
# TODO: Remove after https://github.com/kube-rs/kube/pull/1652 is merged
3131
"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",
3241
]
3342

3443
[bans]

0 commit comments

Comments
 (0)