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 xron

Dependencies

(7 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 basic_xlsx_writer^0.10.1.3up to date
 calamine ⚠️^0.150.24.0out of date
 clap^24.5.4out of date
 err-derive^0.10.3.1out of date
 indexmap^1.0.22.2.6out of date
 ron^0.4.10.8.1out of date
 serde^11.0.198up to date

Security Vulnerabilities

calamine: `Sectors::get` accesses unclaimed/uninitialized memory

RUSTSEC-2021-0015

Affected versions of this crate arbitrarily calls Vec::set_len to increase length of a vector without claiming more memory for the vector. Affected versions of this crate also calls user-provided Read on the uninitialized memory of the vector that was extended with Vec::set_len.

This can overwrite active entities in adjacent heap memory and seems to be a major security issue. Also, calling user-provided Read on uninitialized memory is defined as UB in Rust.