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

Crate cipher-crypt

Dependencies

(5 total, 2 outdated, 1 insecure)

CrateRequiredLatestStatus
 lazy_static^11.5.0up to date
 lipsum^0.60.9.1out of date
 maplit^1.0.11.0.2up to date
 num^0.10.4.3out of date
 rulinalg ⚠️^0.40.4.2insecure

Security Vulnerabilities

rulinalg: Lifetime boundary for `raw_slice` and `raw_slice_mut` are incorrect

RUSTSEC-2020-0023

The affected version of rulinalg has incorrect lifetime boundary definitions for RowMut::raw_slice and RowMut::raw_slice_mut. They do not conform with Rust's borrowing rule and allows the user to create multiple mutable references to the same location. This may result in unexpected calculation result and data race if both references are used at the same time.