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 parquet

Dependencies

(11 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 brotli^2.55.0.0out of date
 byteorder^11.5.0up to date
 chrono ⚠️^0.40.4.38maybe insecure
 flate2^1.0.21.0.29up to date
 lz4^1.231.24.0up to date
 num-bigint^0.20.4.4out of date
 parquet-format^2.5.04.0.0out of date
 quick-error^1.2.22.0.1out of date
 snap^0.21.1.1out of date
 thrift^0.0.40.17.0out of date
 zstd^0.40.13.1out of date

Dev dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 lazy_static^11.4.0up to date
 rand^0.50.8.5out of date

Security Vulnerabilities

chrono: Potential segfault in `localtime_r` invocations

RUSTSEC-2020-0159

Impact

Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.

Workarounds

No workarounds are known.

References