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

Dependencies

(34 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 ahash>=0.8.50.8.11up to date
 polars-arrow-format^0.1.00.1.0up to date
 async-stream^0.30.3.6up to date
 atoi_simd^0.160.16.0up to date
 avro-schema^0.30.3.0up to date
 bytemuck^1.211.22.0up to date
 chrono^0.4.310.4.40up to date
 chrono-tz^0.100.10.1up to date
 dyn-clone^11.0.19up to date
 either^1.111.15.0up to date
 ethnum^1.3.21.5.0up to date
 fast-float2^0.2.20.2.3up to date
 futures^0.3.250.3.31up to date
 getrandom^0.20.3.2out of date
 hashbrown ⚠️^0.15.00.15.2maybe insecure
 hex^0.4.30.4.3up to date
 indexmap^22.8.0up to date
 itoa^1.0.61.0.15up to date
 lz4^1.241.28.1up to date
 num-traits^0.20.2.19up to date
 parking_lot^0.120.12.3up to date
 polars-error^0.46.00.46.0up to date
 polars-schema^0.46.00.46.0up to date
 polars-utils^0.46.00.46.0up to date
 regex^1.91.11.1up to date
 regex-syntax^0.80.8.5up to date
 ryu^1.0.131.0.20up to date
 serde^1.0.1881.0.219up to date
 simdutf8^0.1.40.1.5up to date
 streaming-iterator^0.1.90.1.9up to date
 strength_reduce^0.20.2.4up to date
 strum_macros^0.260.27.1out of date
 tokio^1.261.44.1up to date
 zstd^0.130.13.3up to date

Dev dependencies

(11 total, 1 outdated)

CrateRequiredLatestStatus
 criterion^0.50.5.1up to date
 crossbeam-channel^0.5.80.5.14up to date
 doc-comment^0.30.3.3up to date
 flate2^11.1.0up to date
 proptest^11.6.0up to date
 rand^0.80.9.0out of date
 sample-arrow2^0.170.17.2up to date
 sample-std^0.20.2.1up to date
 sample-test^0.20.2.1up to date
 tokio^1.261.44.1up to date
 tokio-util^0.7.80.7.14up 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.