This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate wasmtime

Dependencies

(52 total, 20 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 addr2line^0.24.10.24.2up to date
 anyhow^1.0.931.0.98up to date
 async-trait^0.1.710.1.88up to date
 bitflags^2.02.9.0up to date
 bumpalo^3.11.03.17.0up to date
 cfg-if^1.01.0.0up to date
 encoding_rs^0.8.310.8.35up to date
 futures^0.3.270.3.31up to date
 fxprof-processed-profile^0.6.00.8.1out of date
 gimli^0.31.00.31.1up to date
 hashbrown ⚠️^0.150.15.2maybe insecure
 indexmap^2.0.02.9.0up to date
 ittapi^0.4.00.4.0up to date
 libc^0.2.1120.2.172up to date
 log^0.4.80.4.27up to date
 mach2^0.4.20.4.2up to date
 memfd^0.6.20.6.4up to date
 object^0.36.50.36.7up to date
 once_cell^1.12.01.21.3up to date
 paste^1.0.31.0.15up to date
 postcard^1.0.81.1.1up to date
 psm^0.1.110.1.25up to date
 pulley-interpreter=31.0.032.0.0out of date
 rayon^1.01.10.0up to date
 rustix^0.38.431.0.5out of date
 semver^1.0.171.0.26up to date
 serde^1.0.2151.0.219up to date
 serde_derive^1.0.1881.0.219up to date
 serde_json^1.0.801.0.140up to date
 smallvec^1.6.11.15.0up to date
 sptr^0.3.20.3.2up to date
 target-lexicon^0.13.00.13.2up to date
 trait-variant^0.1.20.1.2up to date
 wasm-encoder^0.226.00.229.0out of date
 wasm-wave^0.226.00.229.0out of date
 wasmparser^0.226.00.229.0out of date
 wasmtime-asm-macros=31.0.032.0.0out of date
 wasmtime-cache=31.0.032.0.0out of date
 wasmtime-component-macro=31.0.032.0.0out of date
 wasmtime-component-util=31.0.032.0.0out of date
 wasmtime-cranelift=31.0.032.0.0out of date
 wasmtime-environ=31.0.032.0.0out of date
 wasmtime-fiber=31.0.032.0.0out of date
 wasmtime-jit-debug=31.0.032.0.0out of date
 wasmtime-jit-icache-coherence=31.0.032.0.0out of date
 wasmtime-math=31.0.032.0.0out of date
 wasmtime-slab=31.0.032.0.0out of date
 wasmtime-versioned-export-macros=31.0.032.0.0out of date
 wasmtime-winch=31.0.032.0.0out of date
 wasmtime-wmemcheck=31.0.032.0.0out of date
 wat^1.226.01.229.0up to date
 windows-sys^0.59.00.59.0up to date

Dev dependencies

(6 total, 3 outdated)

CrateRequiredLatestStatus
 cranelift-native^0.118.00.119.0out of date
 env_logger^0.11.50.11.8up to date
 libtest-mimic^0.7.00.8.1out of date
 proptest^1.0.01.6.0up to date
 rand^0.8.30.9.1out of date
 tempfile^3.1.03.19.1up to date

Security Vulnerabilities

hashbrown: Borsh serialization of HashMap is non-canonical

RUSTSEC-2024-0402

The borsh serialization of the HashMap did not follow the borsh specification. It potentially produced non-canonical encodings dependent on insertion order. It also did not perform canonicty checks on decoding.

This can result in consensus splits and cause equivalent objects to be considered distinct.

This was patched in 0.15.1.