Ignore RUSTSEC-2026-0269 in cargo-deny as MAS isn't affected by it (#5955)

This commit is contained in:
Quentin Gliech
2026-09-02 16:58:26 +02:00
committed by GitHub
+3
View File
@@ -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,