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

(12 total, 8 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 arrow ⚠️^0.14.051.0.0out of date
 brotli^2.55.0.0out of date
 byteorder^11.5.0up to date
 chrono ⚠️^0.40.4.38maybe insecure
 flate2^1.0.21.0.30up 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

arrow: `BinaryArray` does not perform bound checks on reading values and offsets

RUSTSEC-2021-0116

BinaryArray performs insufficient validation on creation, which allows out-of-bounds reads in safe code.

arrow: `DecimalArray` does not perform bound checks on accessing values and offsets

RUSTSEC-2021-0117

DecimalArray performs insufficient bounds checks, which allows out-of-bounds reads in safe code if the length of the backing buffer is not a multiple of 16.

arrow: `FixedSizeBinaryArray` does not perform bound checks on accessing values and offsets

RUSTSEC-2021-0118

FixedSizeBinaryArray performs insufficient bounds checks, which allows out-of-bounds reads in safe code.