Skip to content

Commit 573d249

Browse files
not4sShadowCurse
authored andcommitted
chore: ignore RUSTSEC-2026-0190 in cargo audit
cargo-audit flags RUSTSEC-2026-0190, failing the security audit on all branches. anyhow is not a direct dependency of any Firecracker crate; it is only pulled in transitively by build-time WASM tooling (wit-bindgen), so we are not affected. Ignore it to unblock CI. Signed-off-by: Jay Chung <jaehoc@amazon.com>
1 parent ac7510c commit 573d249

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.cargo/audit.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@ ignore = [
1515
# the `thread_rng` feature, so the affected functions are not compiled in.
1616
# See https://rustsec.org/advisories/RUSTSEC-2026-0097.html
1717
"RUSTSEC-2026-0097",
18+
19+
# `anyhow` is not directly used by any of our crates. It is a transitive
20+
# dependency of build-time WASM tooling (wit-bindgen).
21+
# See https://rustsec.org/advisories/RUSTSEC-2026-0190.html
22+
"RUSTSEC-2026-0190",
1823
]

0 commit comments

Comments
 (0)