File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,10 @@ ignore = [
2121 # put into removing items from the list.
2222
2323 # test-rpc does not deal with random user input
24- " RUSTSEC-2025-0055"
24+ " RUSTSEC-2025-0055" ,
25+
26+ # Bincode is unmaintained. Version 1.3.3 is considered "complete" and can still be used
27+ " RUSTSEC-2025-0141" ,
2528]
2629
2730# This section is considered when running `cargo deny check licenses`
Original file line number Diff line number Diff line change 77id = " RUSTSEC-2025-0055" # CVE-2025-58160
88ignoreUntil = 2026-12-08
99reason = " test-rpc does not deal with random user input"
10+
11+ # Bincode is unmaintained. Ignored for six months since the code has no known issues that changes to our
12+ # code could trigger, it is just unmaintained.
13+ [[IgnoredVulns ]]
14+ id = " RUSTSEC-2025-0141"
15+ ignoreUntil = 2026-06-07
16+ reason = """
17+ Bincode is unmaintained. maybenot depend on it.
18+ Version 1.3.3 is considered "complete" and can still be used safely.
19+ """
You can’t perform that action at this time.
0 commit comments