From f1e46bd6755674b1d1e77d6a921769bd1fe8aae5 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Wed, 2 Sep 2026 16:24:18 +0200 Subject: [PATCH] Ignore RUSTSEC-2026-0269 in cargo-deny as MAS isn't affected by it --- deny.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deny.toml b/deny.toml index ee8a05976..7d6a0cf7f 100644 --- a/deny.toml +++ b/deny.toml @@ -27,6 +27,9 @@ ignore = [ # Engine/Store, and as the advisory says explicitly: # > This bug is not triggerable by guest WebAssembly programs. "RUSTSEC-2026-0222", + # A bug in wasmtime, but we are not affected as we're not using the WASI + # capabilities and filesystem APIs + "RUSTSEC-2026-0269", ] # Only warn about unmaintained crates in direct dependencies of the workspace,