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
15 changes: 0 additions & 15 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,10 @@ ignore = [
# rsa timing side-channel via jsonwebtoken/exousia — no safe upgrade, local-only use.
# review-by: 2026-10-01
"RUSTSEC-2023-0071",
# backoff unmaintained — transitive dep via librqbit.
# review-by: 2026-10-01
"RUSTSEC-2025-0012",
# bincode unmaintained — transitive dep via librqbit-peer-protocol.
# review-by: 2026-10-01
"RUSTSEC-2025-0141",
# crypto-hash unmaintained — transitive dep via librqbit-sha1-wrapper.
# review-by: 2026-10-01
"RUSTSEC-2025-0060",
# instant unmaintained — transitive dep via backoff/librqbit, no alternative.
# review-by: 2026-10-01
"RUSTSEC-2024-0384",
# paste unmaintained (dtolnay archived) — transitive dep via lofty/taxis.
# review-by: 2026-10-01
"RUSTSEC-2024-0436",
# quick-xml < 0.41 quadratic-attribute DoS. The direct indexer-XML parser (eksetasis) is on 0.41; the remaining 0.37.5 is transitively pinned by feed-rs (RSS/podcast) and librqbit-upnp (LAN UPnP), neither of which yet targets 0.41. No safe upgrade until upstream bumps.
# review-by: 2026-10-01
"RUSTSEC-2026-0194",
# quick-xml < 0.41 NsReader namespace-allocation DoS. Same transitive pin as RUSTSEC-2026-0194: the direct eksetasis parser is on 0.41; feed-rs and librqbit-upnp still require 0.37. No safe upgrade until upstream bumps.
# review-by: 2026-10-01
"RUSTSEC-2026-0195",
]
Loading