feat: refactor sgclaw around zeroclaw compat runtime
This commit is contained in:
12
third_party/zeroclaw/.cargo/audit.toml
vendored
Normal file
12
third_party/zeroclaw/.cargo/audit.toml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# cargo-audit configuration
|
||||
# https://rustsec.org/
|
||||
|
||||
[advisories]
|
||||
ignore = [
|
||||
# wasmtime vulns via extism 1.13.0 — no upstream fix; plugins feature-gated
|
||||
"RUSTSEC-2026-0006", # wasmtime f64.copysign segfault on x86-64
|
||||
"RUSTSEC-2026-0020", # WASI guest-controlled resource exhaustion
|
||||
"RUSTSEC-2026-0021", # WASI http fields panic
|
||||
# instant crate unmaintained — transitive dep via nostr; no upstream fix
|
||||
"RUSTSEC-2024-0384",
|
||||
]
|
||||
Reference in New Issue
Block a user