-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RUSTSEC-2020-0146: arr! macro erases lifetimes #156
Comments
We don't use this crate to my knowledge at least not directly. |
It is because of outdated transient deps in libp2p-core |
A patched version
|
We don't use the |
To clarify, the For builds done from a fresh checkout of the |
generic-array
0.12.3
>=0.14.0
<0.8.0
Affected versions of this crate allowed unsoundly extending
lifetimes using
arr!
macro. This may result in a variety ofmemory corruption scenarios, most likely use-after-free.
See advisory page for additional details.
The text was updated successfully, but these errors were encountered: