Skip to content

Commit d0cd20f

Browse files
committed
fix: Ignore security advisory on unmaintained daemonize crate
1 parent 8659036 commit d0cd20f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ feature-depth = 1
7171
# A list of advisory IDs to ignore. Note that ignored advisories will still
7272
# output a note when they are encountered.
7373
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)" },
7475
#"RUSTSEC-0000-0000",
7576
#{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
7677
#"[email protected]", # you can also ignore yanked crate versions if you wish

0 commit comments

Comments
 (0)