[advisories] ignore = [ # wasmtime v31 known issues -- will resolve when upgrading wasmtime { id = "RUSTSEC-2025-0046", reason = "wasmtime v31: fd_renumber panic" }, { id = "RUSTSEC-2025-0118", reason = "wasmtime v31: shared memory unsoundness" }, { id = "RUSTSEC-2026-0006", reason = "wasmtime v31: f64.copysign segfault" }, { id = "RUSTSEC-2026-0020", reason = "wasmtime v31: WASI resource exhaustion" }, { id = "RUSTSEC-2026-0021", reason = "wasmtime v31: fields instance panic" }, # Unmaintained transitive deps from wasmtime/rustyline { id = "RUSTSEC-2025-0057", reason = "fxhash: transitive dep, no alternative" }, { id = "RUSTSEC-2024-0436", reason = "paste: transitive dep, no alternative" }, ] [licenses] allow = [ "MIT", "Apache-2.0", "Apache-2.0 WITH LLVM-exception", "BSD-2-Clause", "BSD-3-Clause", "BSL-1.0", "Unicode-3.0", "Zlib", ] confidence-threshold = 0.8 [bans] multiple-versions = "deny" wildcards = "deny" # Transitive duplicates from wasmtime v31 -- will resolve when upgrading skip = [ "getrandom", "hashbrown", "linux-raw-sys", "object", "rustix", "thiserror", "thiserror-impl", "wasm-encoder", "wasmparser", "wast", "windows-sys", ] [sources] unknown-registry = "deny" unknown-git = "deny" allow-registry = ["https://github.com/rust-lang/crates.io-index"] allow-git = []