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

Crate datafusion

Dependencies

(8 total, 3 outdated, 1 insecure)

CrateRequiredLatestStatus
 arrow ⚠️^0.13.060.0.0insecure
 datafusion-rustyline^2.0.0-alpha-20180628N/Aup to date
 fnv^1.0.31.0.7up to date
 parquet^0.13.060.0.0out of date
 serde^1.0.801.0.229up to date
 serde_derive^1.0.801.0.229up to date
 serde_json^1.0.331.0.151up to date
 sqlparser^0.2.00.63.0out of date

Dev dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 criterion^0.2.00.8.2out 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.