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.
block-buffer 0.7.3
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.
block-buffer
(4 total, 2 outdated, 1 possibly insecure)
Crate | Required | Latest | Status |
---|---|---|---|
block-padding | ^0.1 | 0.3.3 | out of date |
byte-tools | ^0.3 | 0.3.1 | up to date |
byteorder | ^1.1 | 1.5.0 | up to date |
generic-array ⚠️ | ^0.12 | 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.