You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
While we do not use the arr! macro in this repository, some of our dependencies may have some issues because of this, so we should update those dependencies.
All of them are dependencies of witnet_crypto, so I tried running cargo upgrade -p witnet_crypto, but that didn't work because of dependency conflicts. So we probably need to update all of the dependencies to fix this issue.
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: