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

Crate imageproc

Dependencies

(10 total, 7 outdated, 1 insecure)

CrateRequiredLatestStatus
 conv^0.3.10.3.3up to date
 image^0.22.20.25.1out of date
 itertools^0.7.00.12.1out of date
 num^0.2.00.4.2out of date
 quickcheck^0.81.0.3out of date
 rand^0.6.50.8.5out of date
 rayon^1.01.10.0up to date
 rulinalg ⚠️^0.4.20.4.2insecure
 rusttype^0.70.9.3out of date
 sdl2^0.320.36.0out of date

Dev dependencies

(4 total, 3 outdated)

CrateRequiredLatestStatus
 assert_approx_eq^1.0.01.1.0up to date
 image^0.22.20.25.1out of date
 quickcheck^0.81.0.3out of date
 wasm-bindgen-test^0.20.3.42out of date

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.