File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ yanked = "deny"
28
28
ignore = [
29
29
# Ignored audit issues. This list should be kept short, and effort should be
30
30
# put into removing items from the list.
31
+ #
32
+ # RUSTSEC-2024-0436 - paste no longer maintained. There is currently no "fix" for this, and htmlize depend on it.
33
+ " RUSTSEC-2024-0436"
31
34
]
32
35
33
36
Original file line number Diff line number Diff line change 67
67
# effectiveUntil = 2024-11-02
68
68
# reason = "The XML payload is generated by Apple tooling which we trust"
69
69
# ```
70
+
71
+ # The `paste` crate is no longer maintained
72
+ [[IgnoredVulns ]]
73
+ id = " RUSTSEC-2024-0436" # RUSTSEC-2024-0436
74
+ ignoreUntil = 2025-06-11
75
+ reason = """
76
+ The `paste` crate is no longer maintained. `htmlize` depend on it, and there is currently no "fix" for this.
77
+ We have no reason to suspect that `paste` is vulnerable in any way.
78
+ """
You can’t perform that action at this time.
0 commit comments