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-0072: openssl X509StoreRef::objects is unsound #87

Open
github-actions bot opened this issue Dec 5, 2023 · 0 comments
Open

RUSTSEC-2023-0072: openssl X509StoreRef::objects is unsound #87

github-actions bot opened this issue Dec 5, 2023 · 0 comments

Comments

@github-actions
Copy link

github-actions bot commented Dec 5, 2023

openssl X509StoreRef::objects is unsound

Details
Status unsound
Package openssl
Version 0.10.56
URL sfackler/rust-openssl#2096
Date 2023-11-23

This function returned a reference into an OpenSSL datastructure, but there was no way to ensure OpenSSL would not mutate the datastructure behind ones back.

Use of this function should be replaced with X509StoreRef::all_certificates.

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

No branches or pull requests

0 participants