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 rhai

Dependencies

(21 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 ahash^0.8.20.8.11up to date
 arbitrary^1.3.21.4.1up to date
 bitflags^2.0.02.6.0up to date
 core-error^0.0.00.0.0up to date
 document-features^0.2.00.2.10up to date
 getrandom^0.2.00.2.15up to date
 hashbrown ⚠️^0.15.00.15.2maybe insecure
 instant^0.1.100.1.13up to date
 libm^0.2.00.2.11up to date
 no-std-compat^0.4.10.4.1up to date
 num-traits^0.2.00.2.19up to date
 once_cell^1.20.11.20.2up to date
 rhai_codegen^2.1.02.2.0up to date
 rust_decimal^1.16.01.36.0up to date
 rustyline^13.0.015.0.0out of date
 serde^1.0.961.0.216up to date
 serde_json^1.0.451.0.133up to date
 smallvec^1.7.01.13.2up to date
 smartstring^1.0.01.0.1up to date
 thin-vec^0.2.130.2.13up to date
 unicode-xid^0.2.00.2.6up to date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 rmp-serde^1.1.01.3.0up to date
 serde_json^1.0.451.0.133up 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.