Update Rust crate zerocopy to v0.6.6 [SECURITY]#42
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update Rust crate zerocopy to v0.6.6 [SECURITY]#42renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
985770d to
836702b
Compare
fb518c3 to
3be141a
Compare
3be141a to
eaefa29
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.6.1→0.6.6GitHub Vulnerability Alerts
GHSA-3mv5-343c-w2qg
This advisory is also published as RUSTSEC-2023-0074.
The
Refmethodsinto_ref,into_mut,into_slice, andinto_slice_mutare unsound and may allow safe code to exhibit undefined behavior when used withRef<B, T>whereBiscell::Reforcell::RefMut. Note that these methods remain sound when used withBtypes other thancell::Reforcell::RefMut.See https://github.com/google/zerocopy/issues/716 for a more in-depth analysis.
The current plan is to yank the affected versions soon. See https://github.com/google/zerocopy/issues/679 for more detail.
GHSA-rjhf-4mh8-9xjq
The
Refmethodsinto_ref,into_mut,into_slice, andinto_slice_mutare unsound and may allow safe code to exhibit undefined behavior when used withRef<B, T>whereBiscell::Reforcell::RefMut. Note that these methods remain sound when used withBtypes other thancell::Reforcell::RefMut.See https://github.com/google/zerocopy/issues/716 for a more in-depth analysis.
The current plan is to yank the affected versions soon. See https://github.com/google/zerocopy/issues/679 for more detail.
Release Notes
google/zerocopy (zerocopy)
v0.6.6Compare Source
This release fixes the soundness issue described in #716. The affected versions will soon be yanked.
This release is also described in security advisories RUSTSEC-2023-0074 and GHSA-3mv5-343c-w2qg.
What's Changed
Full Changelog: google/zerocopy@v0.6.5...v0.6.6
v0.6.5Compare Source
Security advisories for this bug have been published as
RUSTSEC-2023-0074 and GHSA-3mv5-343c-w2qg.
In these versions, the
Refmethodsinto_ref,into_mut,into_slice, andinto_mut_slicewere permitted in combination with the standard librarycell::Refandcell::RefMuttypes forRef<B, T>'sBtype parameter. Thesecombinations are unsound, and may permit safe code to exhibit undefined
behavior. Fixes have been published to each affected minor version which do not
permit this code to compile.
See #716 for more details.
v0.6.4Compare Source
What's Changed
Full Changelog: google/zerocopy@v0.6.3...v0.6.4
v0.6.3Compare Source
What's Changed
Full Changelog: google/zerocopy@v0.6.2...v0.6.3
v0.6.2Compare Source
What's Changed
0fbc928by @joshlf in #216Full Changelog: google/zerocopy@v0.6.1...v0.6.2
Configuration
📅 Schedule: Branch creation - "" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.