Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ ignore = [
# paste 1.0.15 — unmaintained. Transitive dep: mesh-llm → iroh → netlink-* → paste.
# No safe upgrade available; tracked for upstream (iroh/netlink) replacement.
{ id = "RUSTSEC-2024-0436", reason = "transitive dep via mesh-llm → iroh → netlink; no upstream fix available" },
# quick-xml <0.41 — unbounded allocation / O(N^2) attribute checks (DoS on
# attacker-controlled XML). Transitive: mesh-llm → iroh → netwatch → netdev
# → plist (pins ^0.39) and buzz-media → rust-s3/aws-creds (pin ^0.38).
# No parent accepts 0.41 yet; revisit when plist/aws-creds bump.
{ id = "RUSTSEC-2026-0194", reason = "transitive quick-xml <0.41 via plist and aws-creds; parents pin below fixed version" },
{ id = "RUSTSEC-2026-0195", reason = "transitive quick-xml <0.41 via plist and aws-creds; parents pin below fixed version" },
]

[licenses]
Expand Down