fix: bump wasmtime to 42.0.2 and rollup to 4.62.3 for critical CVEs - #530
Merged
Conversation
- wasmtime 41 -> 42.0.2: fixes CVE-2026-34987 and CVE-2026-34971 (sandbox-escaping memory access / miscompiled guest heap access on aarch64). cargo check -p augurs-prophet --features wasmstan passes. - rollup 4.53.4 -> 4.62.3 in js/testpkg lockfile: fixes CVE-2026-27606 (arbitrary file write via path traversal, fixed in 4.59.0).
Pre-existing code tripping lints introduced in Rust 1.97 (useless_borrows_in_formatting, for_kv_map); not related to the dependency bumps but blocking CI on this PR.
kolesnikovae
approved these changes
Jul 30, 2026
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.
Fixes the three critical vulnerabilities flagged on
mainin Vulnerability Observability:crates/augurs-prophet/Cargo.toml41 → 42.0.2js/testpkg/package-lock.json→ 4.62.3 vianpm update rollupVerified locally:
cargo check -p augurs-prophet --features wasmstanpasses with wasmtime 42.0.2 (no API changes needed).Note: the criticals reported against the
augurs-v0.10.2tag (vitest CVE-2026-47429) are already fixed onmain(vitest 4.1.5); they'll clear with the next release.