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-2022-0002: Unsoundness in dashmap references #255

Closed
github-actions bot opened this issue Jan 14, 2022 · 1 comment
Closed

RUSTSEC-2022-0002: Unsoundness in dashmap references #255

github-actions bot opened this issue Jan 14, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@github-actions
Copy link

Unsoundness in dashmap references

Details
Package dashmap
Version 5.0.0
URL xacrimon/dashmap#167
Date 2022-01-10
Unaffected versions <5.0.0

Reference returned by some methods of Ref (and similar types) may outlive the Ref and escape the lock.
This causes undefined behavior and may result in a segfault.

More information in dashmap#167 issue.

See advisory page for additional details.

@BobWall23 BobWall23 added the bug Something isn't working label Feb 9, 2022
@BobWall23
Copy link
Member

Going to leave it just specifying "5" - unless a consumer pins to 5.0, it will get a non-vulnerable version.

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

No branches or pull requests

1 participant