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

(24 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 bincode^1.3.32.0.1out of date
 bytemuck^1.221.23.1up to date
 bytes^1.101.10.1up to date
 compact_str^0.8.00.9.0out of date
 flate2^11.1.2up to date
 foldhash^0.1.50.1.5up to date
 hashbrown ⚠️^0.15.00.15.4maybe insecure
 indexmap^22.9.0up to date
 libc^0.20.2.173up to date
 memmap2^0.90.9.5up to date
 num-traits^0.20.2.19up to date
 polars-error^0.48.10.48.1up to date
 pyo3^0.24.20.25.1out of date
 rand^0.80.9.1out of date
 raw-cpuid^1111.5.0up to date
 rayon^1.91.10.0up to date
 regex^1.91.11.1up to date
 rmp-serde^1.31.3.0up to date
 serde^1.0.1881.0.219up to date
 serde_ignored^0.1.120.1.12up to date
 serde_json^11.0.140up to date
 slotmap^11.0.7up to date
 stacker^0.10.1.21up to date
 sysinfo^0.330.35.2out of date

Dev dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 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.