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 polars-compute

Dependencies

(17 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 polars-arrow^0.48.10.48.1up to date
 atoi_simd^0.160.16.1up to date
 bytemuck^1.221.23.1up to date
 chrono^0.4.310.4.41up to date
 either^1.141.15.0up to date
 fast-float2^0.2.20.2.3up to date
 hashbrown ⚠️^0.15.00.15.4maybe insecure
 itoa^1.0.61.0.15up to date
 num-traits^0.20.2.19up to date
 polars-error^0.48.10.48.1up to date
 polars-utils^0.48.10.48.1up to date
 rand^0.80.9.1out of date
 ryu^1.0.131.0.20up to date
 serde^1.0.1881.0.219up to date
 skiplist^0.5.10.6.0out of date
 strength_reduce^0.20.2.4up to date
 strum_macros^0.260.27.1out of date

Dev dependencies

(3 total, 1 outdated)

CrateRequiredLatestStatus
 polars-arrow^0.48.10.48.1up to date
 proptest^1.61.7.0up to date
 rand^0.80.9.1out of 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.