BinaryArray performs insufficient validation on creation, which allows out-of-bounds reads in safe code.
This project contains known security vulnerabilities. Find detailed information at the bottom.
parquet(12 total, 8 outdated, 1 insecure)
| Crate | Required | Latest | Status |
|---|---|---|---|
| arrow ⚠️ | ^0.13.0 | 60.0.0 | insecure |
| brotli | ^2.5 | 9.0.0 | out of date |
| byteorder | ^1 | 1.5.0 | up to date |
| chrono | ^0.4 | 0.4.45 | up to date |
| flate2 | ^1.0.2 | 1.1.10 | up to date |
| lz4 | ^1.23 | 1.28.1 | up to date |
| num-bigint | ^0.2 | 0.5.1 | out of date |
| parquet-format | ^2.5.0 | 4.0.0 | out of date |
| quick-error | ^1.2.2 | 2.0.1 | out of date |
| snap | ^0.2 | 1.1.2 | out of date |
| thrift | ^0.0.4 | 0.24.0 | out of date |
| zstd | ^0.4 | 0.14.0 | out of date |
(2 total, 1 outdated)
| Crate | Required | Latest | Status |
|---|---|---|---|
| lazy_static | ^1 | 1.5.0 | up to date |
| rand | ^0.5 | 0.10.3 | out of date |
arrow: `BinaryArray` does not perform bound checks on reading values and offsetsBinaryArray 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 offsetsDecimalArray 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 offsetsFixedSizeBinaryArray performs insufficient bounds checks, which allows out-of-bounds reads in safe code.