fix(model-compute): upgrade wasmtime 29 → >=36.0.7 (fixes 5 RUSTSECs)#170
Open
metavacua wants to merge 1 commit into
Open
fix(model-compute): upgrade wasmtime 29 → >=36.0.7 (fixes 5 RUSTSECs)#170metavacua wants to merge 1 commit into
metavacua wants to merge 1 commit into
Conversation
wasmtime 29.0.1 has five active security advisories in the RustSec advisory database, all patched in >=36.0.7: RUSTSEC-2026-0021 panic on out-of-bounds table access RUSTSEC-2026-0085 data race in async host functions RUSTSEC-2026-0086 use-after-free in component model RUSTSEC-2026-0087 bounds check bypass in memory64 RUSTSEC-2026-0088 stack overflow in recursive component adapters The `wasm` feature in model-compute is optional and off by default, so users who do not activate it are not exposed. However, any cargo-audit run against this workspace will flag the advisory until wasmtime is updated. Cargo.lock now resolves to wasmtime 45.0.2. Closes #166 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
wasmtimefrom"29"(resolves to 29.0.1) to">=36.0.7"(resolves to 45.0.2) incrates/model-compute/Cargo.tomlAdvisories fixed
Impact
wasmtimeis optional behind thewasmfeature flag inmodel-compute. Users who do not enable this feature are not exposed. However, anycargo-auditrun against this workspace will flag these advisories until wasmtime is updated.Verification
cargo check -p model-compute --features wasmpasses with wasmtime 45.0.2cargo auditoutputRelated
fork/mainwill follow once the API-level tests are green🤖 Generated with Claude Code