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-utils

Dependencies

(27 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 bincode^2.02.0.1up to date
 bytemuck^1.221.24.0up to date
 bytes^1.101.10.1up to date
 compact_str^0.9.00.9.0up to date
 either^1.141.15.0up to date
 flate2^11.1.5up to date
 foldhash^0.1.50.2.0out of date
 hashbrown ⚠️^0.15.00.16.0out of date
 indexmap^22.12.0up to date
 libc^0.20.2.177up to date
 memmap2^0.90.9.9up to date
 num-traits^0.20.2.19up to date
 polars-error^0.51.00.51.0up to date
 pyo3^0.250.27.1out of date
 rand^0.90.9.2up to date
 raw-cpuid^1111.6.0up to date
 rayon^1.91.11.0up to date
 regex^1.91.12.2up to date
 rmp-serde^1.31.3.0up to date
 schemars^0.8.221.0.4out of date
 serde^1.0.1881.0.228up to date
 serde_json^11.0.145up to date
 serde_stacker^0.1.120.1.14up to date
 slotmap^11.0.7up to date
 stacker^0.10.1.22up to date
 sysinfo^0.330.37.2out of date
 uuid^1.15.11.18.1up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 rand^0.90.9.2up 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.