chore(deps): update rust crate openssl to v0.10.60 [security]#13122
chore(deps): update rust crate openssl to v0.10.60 [security]#13122renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @epage (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
|
See #13101. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
0.10.57->0.10.60GitHub Vulnerability Alerts
GHSA-xphf-cx8h-7q9g
This function returned a reference into an OpenSSL datastructure, but there was no way to ensure OpenSSL would not mutate the datastructure behind one's back.
Use of this function should be replaced with
X509StoreRef::all_certificates.Release Notes
sfackler/rust-openssl (openssl)
v0.10.60Compare Source
What's Changed
update_uncheckedtosymm::Crypterby @alex in https://github.com/sfackler/rust-openssl/pull/2100X509StoreRef::objects, it is unsound by @alex in https://github.com/sfackler/rust-openssl/pull/2099Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.59...openssl-v0.10.60
v0.10.59Compare Source
What's Changed
New Contributors
Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.58...openssl-v0.10.59
v0.10.58Compare Source
What's Changed
New Contributors
Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.57...openssl-v0.10.58
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 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.
This PR has been generated by Mend Renovate. View repository job log here.