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 #88

Closed
github-actions bot opened this issue Nov 29, 2023 · 0 comments · Fixed by #89
Closed

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

github-actions bot opened this issue Nov 29, 2023 · 0 comments · Fixed by #89
Assignees
Labels
bug Something isn't working

Comments

@github-actions
Copy link

Details
Package openssl
Version 0.10.57
Warning unsound
URL sfackler/rust-openssl#2096
Patched Versions >=0.10.60

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.

@ISibboI ISibboI self-assigned this Nov 30, 2023
@ISibboI ISibboI added the bug Something isn't working label Nov 30, 2023
@ISibboI ISibboI linked a pull request Nov 30, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant