-
Notifications
You must be signed in to change notification settings - Fork 395
Add crossbeam-channel advisory re upstream MR #1187 #2277
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@taiki-e do you agree that this should be published?
aliases = ["TROVE-2025-013"] | ||
|
||
[versions] | ||
patched = [">= 0.5.14"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this should be 0.5.15?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. <=
vs <
always confuses me.
url = "https://github.com/crossbeam-rs/crossbeam/pull/1187" | ||
categories = ["memory-corruption"] | ||
keywords = ["race"] | ||
aliases = ["TROVE-2025-013"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about the TROVE alias -- seems kinda niche, are there other advisories here that have TROVE aliases already?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but so far only tor-*
crates (ie, our crates).
ISTM that provided that the naming is unique enough (which I think it is, here), RUSTSEC should be promiscuous about accepting identifiers from other registries - but not necessarily proactive in seeking them out. But the policy is up to you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with it.
crossbeam-rs/crossbeam#1187
At the Tor Project we've assigned this TROVE-2025-013. Our ticket https://gitlab.torproject.org/tpo/core/arti/-/issues/1942
Thanks for your attention.