Skip to content

Commit 4fe775a

Browse files
Silence RUSTSEC-2024-0436
1 parent 659014d commit 4fe775a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

deny.toml

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ yanked = "deny"
2828
ignore = [
2929
# Ignored audit issues. This list should be kept short, and effort should be
3030
# 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"
3134
]
3235

3336

osv-scanner.toml

+9
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,12 @@
6767
# effectiveUntil = 2024-11-02
6868
# reason = "The XML payload is generated by Apple tooling which we trust"
6969
# ```
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+
"""

0 commit comments

Comments
 (0)