File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ yanked = "deny"
20
20
ignore = [
21
21
# Ignored audit issues. This list should be kept short, and effort should be
22
22
# put into removing items from the list.
23
+ #
24
+ # RUSTSEC-2025-0014 - `humantime` is unmaintained: https://github.com/tailhook/humantime/issues/31
25
+ " RUSTSEC-2025-0014"
23
26
]
24
27
25
28
Original file line number Diff line number Diff line change 1
1
# See repository root `osv-scanner.toml` for instructions and rules for this file.
2
2
#
3
3
# Keep this file in sync with test/deny.toml
4
+
5
+ # The `humantime` crate is no longer maintained
6
+ [[IgnoredVulns ]]
7
+ id = " RUSTSEC-2025-0014"
8
+ ignoreUntil = 2025-06-11
9
+ reason = """
10
+ The `humantime` crate is no longer maintained. `tarpc` depend on it, and there is currently no "fix" for this.
11
+ We have no reason to suspect that `humantime` is vulnerable in any way. An issue has been opened upstream:
12
+ https://github.com/google/tarpc/issues/509
13
+ """
You can’t perform that action at this time.
0 commit comments