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 sha1collisiondetection

Dependencies

(5 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 clap^44.5.40up to date
 clap_mangen^0.20.2.27up to date
 const-oid^0.90.10.1out of date
 digest^0.100.10.7up to date
 generic-array ⚠️>=0.12, <21.2.0maybe insecure

Dev dependencies

(3 total, 2 outdated)

CrateRequiredLatestStatus
 getrandom^0.20.3.3out of date
 hex-literal^0.41.0.0out of date
 sha1^0.100.10.6up to date

Security Vulnerabilities

generic-array: arr! macro erases lifetimes

RUSTSEC-2020-0146

Affected versions of this crate allowed unsoundly extending lifetimes using arr! macro. This may result in a variety of memory corruption scenarios, most likely use-after-free.