Skip to content
Merged
Show file tree
Hide file tree
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
16 changes: 3 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 0 additions & 21 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,6 @@ ignore = [
"RUSTSEC-2025-0081",
"RUSTSEC-2025-0098",
"RUSTSEC-2025-0100",
# quick-xml DoS advisories, both fixed in quick-xml >=0.41.0:
# RUSTSEC-2026-0194 - quadratic run time when checking a start tag for
# duplicate attribute names.
# RUSTSEC-2026-0195 - unbounded namespace-declaration allocation in
# `NsReader` enables a memory-exhaustion denial of service.
# We carry two vulnerable copies, each transitively pinned via an
# intermediate that is ALREADY at its latest published crates.io version and
# has not yet bumped its quick-xml requirement to >=0.41:
# quick-xml 0.37.5 <- tauri-winrt-notification 0.7.2 <- notify-rust
# <- tauri-plugin-notification <- driven-app
# (The second vulnerable copy, via plist <- tauri-utils, was resolved
# 2026-07-19: plist 1.10.0 requires quick-xml ^0.41. The winrt chain is
# still pinned: tauri-winrt-notification 0.8.x dropped quick-xml entirely,
# but notify-rust 4.18 still requires ^0.7, so notify-rust must move.)
# No bump path exists at our layer: quick-xml >=0.41 crosses 0.x incompat
# boundaries upstream, so notify-rust must move first.
# Exposure is low - these paths only parse local / OS-generated XML (Windows
# toast notifications, macOS plists), never untrusted network input.
# Added 2026-07-03; remove when #89 closes.
"RUSTSEC-2026-0194",
"RUSTSEC-2026-0195",
]

[licenses]
Expand Down
Loading