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

(50 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 addr2line^0.25.00.25.0up to date
 anyhow^1.0.931.0.99up to date
 async-trait^0.1.710.1.89up to date
 bitflags^2.02.9.4up to date
 bumpalo^3.11.03.19.0up to date
 bytes^1.41.10.1up to date
 cfg-if^1.01.0.3up 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.32.00.32.2up to date
 hashbrown ⚠️^0.150.16.0out of date
 indexmap^2.0.02.11.0up to date
 ittapi^0.4.00.4.0up to date
 libc^0.2.1120.2.175up to date
 log^0.4.270.4.28up to date
 mach2^0.4.20.5.0out of date
 memfd^0.6.20.6.5up to date
 object^0.37.00.37.3up to date
 once_cell^1.12.01.21.3up to date
 postcard^1.0.81.1.3up to date
 pulley-interpreter=36.0.236.0.2up to date
 rayon^1.01.11.0up to date
 rustix^1.0.31.0.8up to 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.143up to date
 smallvec^1.6.11.15.1up to date
 target-lexicon^0.13.00.13.2up to date
 wasm-encoder^0.236.00.238.1out of date
 wasm-wave^0.236.00.238.1out of date
 wasmparser^0.236.00.238.1out of date
 wasmtime-internal-asm-macros=36.0.236.0.2up to date
 wasmtime-internal-cache=36.0.236.0.2up to date
 wasmtime-internal-component-macro=36.0.236.0.2up to date
 wasmtime-internal-component-util=36.0.236.0.2up to date
 wasmtime-internal-cranelift=36.0.236.0.2up to date
 wasmtime-environ=36.0.236.0.2up to date
 wasmtime-internal-fiber=36.0.236.0.2up to date
 wasmtime-internal-jit-debug=36.0.236.0.2up to date
 wasmtime-internal-jit-icache-coherence=36.0.236.0.2up to date
 wasmtime-internal-math=36.0.236.0.2up to date
 wasmtime-internal-slab=36.0.236.0.2up to date
 wasmtime-internal-unwinder=36.0.236.0.2up to date
 wasmtime-internal-versioned-export-macros=36.0.236.0.2up to date
 wasmtime-internal-winch=36.0.236.0.2up to date
 wasmtime-internal-wmemcheck=36.0.236.0.2up to date
 wat^1.236.01.238.1up to date
 windows-sys^0.60.00.61.0out of date

Dev dependencies

(6 total, all up-to-date)

CrateRequiredLatestStatus
 cranelift-native^0.123.20.123.2up to date
 env_logger^0.11.50.11.8up to date
 libtest-mimic^0.8.10.8.1up to date
 proptest^1.0.01.7.0up to date
 rand^0.9.20.9.2up to date
 tempfile^3.1.03.21.0up 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.