-
Notifications
You must be signed in to change notification settings - Fork 370
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
linked-hash-map < 0.5.3 is unsound #298
Comments
This was referenced Jun 22, 2020
This was referenced Jul 4, 2020
This was referenced Jul 11, 2020
This was referenced Jul 21, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Old versions of linked-hash-map incorrectly create an uninitialized
NonNull
(contain-rs/linked-hash-map#100). This was fixed with version 0.5.3.The advisory should probably follow whatever policy ends up being in place for soundness bugs.
The text was updated successfully, but these errors were encountered: