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.
crypto-tests 0.5.5
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.
crypto-tests
(4 total, 3 outdated, 1 possibly insecure)
Crate | Required | Latest | Status |
---|---|---|---|
block-cipher-trait | ^0.4 | N/A | up to date |
crypto-mac | ^0.4 | 0.11.1 | out of date |
digest | ^0.6 | 0.10.7 | out of date |
generic-array ⚠️ | ^0.8 | 1.1.0 | out of date |
generic-array
: arr! macro erases lifetimesAffected 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.