Skip to content

Commit 8ab0ac8

Browse files
committed
chore: mark known RustSec advisories as ignored pending upstream fixes
Temporarily ignore known RustSec advisories that are blocked on upstream dependency fixes. Adds an audit.toml configuration and updates the security workflow to use it, keeping cargo audit noise low.
1 parent 375f1a4 commit 8ab0ac8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

audit.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[advisories]
2+
ignore = [
3+
# RUSTSEC-2025-0055 (tracing-subscriber 0.2.25)
4+
# Pulled in via ark-relations.
5+
# Upgrade blocked until upstream bumps tracing-subscriber >= 0.3.20.
6+
# Low risk: affects ANSI escape sequences in logs only.
7+
"RUSTSEC-2025-0055",
8+
]

0 commit comments

Comments
 (0)