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

chore(deps): update rust crate zerocopy to v0.7.31 [security] #151

Merged
merged 1 commit into from
Dec 22, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 15, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
zerocopy workspace.dependencies patch 0.7.3 -> 0.7.31

GitHub Vulnerability Alerts

GHSA-3mv5-343c-w2qg

This advisory is also published as RUSTSEC-2023-0074.

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<B, T> 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 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 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<B, T> 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 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.7.31

Compare 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.7.30...v0.7.31

v0.7.30

Compare Source

Security advisories for this bug have been published as
RUSTSEC-2023-0074 and GHSA-3mv5-343c-w2qg.

In these versions, the Ref methods into_ref, into_mut, into_slice, and
into_mut_slice were permitted in combination with the standard library
cell::Ref and cell::RefMut types for Ref<B, T>'s B type parameter. These
combinations 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.7.29

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.28...v0.7.29

v0.7.28

Compare Source

These versions were briefly yanked due to a non-soundness regression reported in
#​672. After reconsidering our yanking policy in #​679,
we un-yanked these versions.

v0.7.27

Compare Source

These versions were briefly yanked due to a non-soundness regression reported in
#​672. After reconsidering our yanking policy in #​679,
we un-yanked these versions.

v0.7.26

Compare Source

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.7.25...v0.7.26

v0.7.25

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.24...v0.7.25

v0.7.24

Compare Source

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.7.23...v0.7.24

v0.7.23

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.22...v0.7.23

v0.7.22

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.21...v0.7.22

v0.7.21

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.20...v0.7.21

v0.7.20

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.19...v0.7.20

v0.7.19

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.18...v0.7.19

v0.7.18

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.17...v0.7.18

v0.7.17

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.16...v0.7.17

v0.7.16

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.15...v0.7.16

v0.7.15

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.14...v0.7.15

v0.7.14

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.13...v0.7.14

v0.7.13

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.12...v0.7.13

v0.7.12

Compare Source

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.7.11...v0.7.12

v0.7.11

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.10...v0.7.11

v0.7.10

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.9...v0.7.10

v0.7.9

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.8...v0.7.9

v0.7.8

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.7...v0.7.8

v0.7.7

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.6...v0.7.7

v0.7.6

Compare Source

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.7.5...v0.7.6

v0.7.5

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.4...v0.7.5

v0.7.4

Compare Source

What's Changed

Full Changelog: google/zerocopy@v0.7.3...v0.7.4


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 15, 2023
@flihp flihp merged commit d249d30 into main Dec 22, 2023
7 checks passed
@renovate renovate bot deleted the renovate/crate-zerocopy-vulnerability branch December 22, 2023 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant