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: 16 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# cargo-audit configuration for macp-runtime
#
# Advisories listed here are reviewed and temporarily accepted.
# Revisit each one when the blocking upstream dependency updates.

[advisories]
ignore = [
# RUSTSEC-2026-0097 — `rand 0.8.5` is unsound when a custom logger uses `rand::rng()`.
# Pulled in transitively via the `otel` feature (opentelemetry 0.22 → opentelemetry_sdk,
# tracing-opentelemetry 0.23, opentelemetry-otlp 0.15, which in turn drag tonic 0.11
# → tower 0.4 → rand 0.8). This is an *unsoundness warning*, not a runtime CVE, and
# the `otel` feature is not in default-features. Clearing it requires upgrading the
# opentelemetry stack from 0.22 → 0.31 (major API churn across versions). Tracked
# separately; revisit when the otel stack is upgraded.
"RUSTSEC-2026-0097",
]
Loading
Loading