-
Notifications
You must be signed in to change notification settings - Fork 220
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 #2714
Comments
Tracked this down to tari-crypto dep on blake2 > crypto-mac > generic-array Will make an issue in tari-crypto cargo tree
|
A patched version
|
Thanks @mbrubeck will give that a shot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: