You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deny.toml
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ feature-depth = 1
71
71
# A list of advisory IDs to ignore. Note that ignored advisories will still
72
72
# output a note when they are encountered.
73
73
ignore = [
74
+
{ id = "RUSTSEC-2025-0069", reason = "We use only a small subset of that unmaintained daemonize crate and it's unlikely to change (if it does this needs to be reconsidered)" },
74
75
#"RUSTSEC-0000-0000",
75
76
#{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
76
77
#"[email protected]", # you can also ignore yanked crate versions if you wish
@@ -89,7 +90,7 @@ ignore = [
89
90
# List of explicitly allowed licenses
90
91
# See https://spdx.org/licenses/ for list of possible licenses
91
92
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
0 commit comments