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.
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.
dimensioned(10 total, 5 outdated, 1 possibly insecure)
| Crate | Required | Latest | Status |
|---|---|---|---|
| approx | ^0.3.0 | 0.5.1 | out of date |
| clapme | ^0.1.1 | 0.1.16 | up to date |
| auto-args | ^0.2.4 | 0.3.2 | out of date |
| generic-array ⚠️ | ^0.12.0 | 1.3.5 | out of date |
| num-traits | ^0.2.5 | 0.2.19 | up to date |
| quickcheck | ^0.8.2 | 1.0.3 | out of date |
| serde | ^1.0.0 | 1.0.228 | up to date |
| serde_test | ^1.0.0 | 1.0.177 | up to date |
| rand | ^0.6.5 | 0.9.2 | out of date |
| typenum | ^1.6.0 | 1.19.0 | 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.