mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 02:29:55 +02:00
fix(security): address medium findings for ACL, limits, and UX
Tighten approve-endpoint to active shares with TTL sessions, reject non-file FDs, lower default ticket/approval/size caps, show endpoint IDs and Public-mode warnings, harden Android receive path checks, and run cargo-audit in CI.
This commit is contained in:
11
.cargo/audit.toml
Normal file
11
.cargo/audit.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
# Known transitive advisories we cannot fully clear without upstream iroh bumps.
|
||||
# cargo audit in CI fails on new unlisted vulnerabilities.
|
||||
[advisories]
|
||||
ignore = [
|
||||
# rsa: Marvin timing side-channel; no fixed release; pulled by iroh stack.
|
||||
"RUSTSEC-2023-0071",
|
||||
# quick-xml / crossbeam-epoch: transitive; track via iroh/dependency updates.
|
||||
"RUSTSEC-2026-0194",
|
||||
"RUSTSEC-2026-0195",
|
||||
"RUSTSEC-2026-0204",
|
||||
]
|
||||
Reference in New Issue
Block a user