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 nifti

Dependencies

(9 total, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 byteorder^1.2.11.5.0up to date
 derive_builder^0.6.00.20.0out of date
 flate2^1.0.11.0.28up to date
 ndarray>=0.10.12, <0.13.00.15.6out of date
 num^0.2.00.4.2out of date
 num-derive^0.2.00.4.2out of date
 num-traits^0.2.00.2.18up to date
 quick-error^1.2.02.0.1out of date
 safe-transmute ⚠️^0.8.00.11.2out of date

Dev dependencies

(2 total, 2 outdated)

CrateRequiredLatestStatus
 approx^0.3.00.5.1out of date
 pretty_assertions^0.5.01.4.0out of date

Security Vulnerabilities

safe-transmute: Vec-to-vec transmutations could lead to heap overflow/corruption

RUSTSEC-2018-0013

Affected versions of this crate switched the length and capacity arguments in the Vec::from_raw_parts() constructor, which could lead to memory corruption or data leakage.

The flaw was corrected by using the constructor correctly.