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

(18 total, 9 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 polars-arrow^0.51.00.54.4out of date
 atoi_simd^0.160.18.1out of date
 bytemuck^1.221.25.1up to date
 chrono^0.4.310.4.45up to date
 either^1.141.16.0up to date
 fast-float2^0.2.20.2.3up to date
 hashbrown ⚠️^0.15.00.17.1out of date
 itoa^1.0.61.0.18up to date
 num-traits^0.20.2.19up to date
 polars-error^0.51.00.54.4out of date
 polars-utils^0.51.00.54.4out of date
 rand^0.90.10.2out of date
 ryu^1.0.131.0.23up to date
 schemars^0.8.221.2.1out of date
 serde^1.0.1881.0.229up to date
 skiplist^0.6.01.1.0out of date
 strength_reduce^0.20.2.4up to date
 strum_macros^0.270.28.0out of date

Dev dependencies

(3 total, 2 outdated)

CrateRequiredLatestStatus
 polars-arrow^0.51.00.54.4out of date
 proptest^1.61.11.0up to date
 rand^0.90.10.2out 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.