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

Dependencies

(24 total, 1 possibly insecure)

CrateRequiredLatestStatus
 ahash>=0.8.50.8.11up to date
 polars-arrow^0.46.00.46.0up to date
 async-stream^0.3.30.3.6up to date
 base64^0.22.00.22.1up to date
 brotli^7.07.0.0up to date
 bytemuck^1.211.22.0up to date
 ethnum^1.3.21.5.0up to date
 fallible-streaming-iterator^0.1.90.1.9up to date
 flate2^11.1.0up to date
 futures^0.3.250.3.31up to date
 hashbrown ⚠️^0.15.00.15.2maybe insecure
 lz4^1.241.28.1up to date
 lz4_flex^0.110.11.3up to date
 num-traits^0.20.2.19up to date
 polars-compute^0.46.00.46.0up to date
 polars-error^0.46.00.46.0up to date
 polars-parquet-format^0.10.1.0up to date
 polars-utils^0.46.00.46.0up to date
 serde^1.0.1881.0.219up to date
 simdutf8^0.1.40.1.5up to date
 snap^1.11.1.1up to date
 streaming-decompression^0.10.1.2up to date
 xxhash-rust^0.80.8.15up to date
 zstd^0.130.13.3up to date

Dev dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 rand^0.80.9.0out 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.