Skip to content
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-2023-0074: Some Ref methods are unsound with some type parameters #4268

Closed
github-actions bot opened this issue Dec 19, 2023 · 0 comments · Fixed by #4269
Closed

RUSTSEC-2023-0074: Some Ref methods are unsound with some type parameters #4268

github-actions bot opened this issue Dec 19, 2023 · 0 comments · Fixed by #4269

Comments

@github-actions
Copy link

Some Ref methods are unsound with some type parameters

Details
Package zerocopy
Version 0.7.14
URL google/zerocopy#716
Date 2023-12-14
Patched versions >=0.2.9, <0.3.0,>=0.3.2, <0.4.0,>=0.4.1, <0.5.0,>=0.5.2, <0.6.0,>=0.6.6, <0.7.0,>=0.7.31
Unaffected versions <0.2.2

The Ref methods into_ref, into_mut, into_slice, and into_slice_mut are unsound
and may allow safe code to exhibit undefined behavior when used with Ref&lt;B, T&gt; where B
is cell::Ref or
cell::RefMut. Note that these
methods remain sound when used with B types other than cell::Ref or cell::RefMut.

See google/zerocopy#716 for a more in-depth analysis.

The current plan is to yank the affected versions soon. See
google/zerocopy#679 for more detail.

See advisory page for additional details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants