Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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 .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@ ignore = [
# by ratatui (the decman-cli TUI). Trivial compile-time proc-macro, no
# runtime/security surface. Mirrors the ignore in deny.toml.
"RUSTSEC-2024-0436",
# rkyv 0.7 appears in the lockfile only through rust_decimal's disabled
# optional "rkyv" feature. It is never compiled into any artifact
# (`cargo tree -i rkyv` resolves to nothing), so the archive-validation
# out-of-bounds read is unreachable. cargo-deny agrees (graph-based, does
# not flag it).
"RUSTSEC-2026-0235",
]
Loading
Loading