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.
parity-scale-codec 1.3.7
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.
parity-scale-codec
(6 total, 5 outdated, 1 possibly insecure)
Crate | Required | Latest | Status |
---|---|---|---|
arrayvec | ^0.5.1 | 0.7.6 | out of date |
bitvec | ^0.17.4 | 1.0.1 | out of date |
byte-slice-cast | ^0.3.4 | 1.2.2 | out of date |
generic-array ⚠️ | ^0.13.2 | 1.1.0 | out of date |
parity-scale-codec-derive | ^1.2.3 | 3.6.12 | out of date |
serde | ^1.0.102 | 1.0.214 | up to date |
(4 total, 3 outdated)
Crate | Required | Latest | Status |
---|---|---|---|
criterion | ^0.3.0 | 0.5.1 | out of date |
parity-scale-codec-derive | ^1.2.2 | 3.6.12 | out of date |
quickcheck | ^0.9 | 1.0.3 | out of date |
serde_derive | ^1.0 | 1.0.214 | up to 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.