This project contains known security vulnerabilities. Find detailed information at the bottom.

Crate parquet

Dependencies

(12 total, 8 outdated, 1 insecure)

CrateRequiredLatestStatus
 arrow ⚠️^0.13.060.0.0insecure
 brotli^2.59.0.0out of date
 byteorder^11.5.0up to date
 chrono^0.40.4.45up to date
 flate2^1.0.21.1.10up to date
 lz4^1.231.28.1up to date
 num-bigint^0.20.5.1out of date
 parquet-format^2.5.04.0.0out of date
 quick-error^1.2.22.0.1out of date
 snap^0.21.1.2out of date
 thrift^0.0.40.24.0out of date
 zstd^0.40.14.0out of date

Dev dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 lazy_static^11.5.0up to date
 rand^0.50.10.3out of date

Security Vulnerabilities

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.