-
Notifications
You must be signed in to change notification settings - Fork 13k
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
[beta] Fix CVE-2021-42574 #90461
[beta] Fix CVE-2021-42574 #90461
Conversation
Address CVE-2021-42574.
(rust-highfive has picked a reviewer for you, use r? to override) |
|
The fix was developed by @estebank and reviewed by @nikomatsakis out of band. @bors r=nikomatsakis p=500 rollup=never |
📌 Commit a59d96e has been approved by |
⌛ Testing commit a59d96e with merge 7ff55cddaa3cb0547f4307de21fcbcbadb7507e5... |
@bors retry prioritize stable build |
☀️ Test successful - checks-actions |
This PR implements new lints to mitigate the impact of CVE-2021-42574, caused by the presence of bidirectional-override Unicode codepoints in the compiled source code. See the advisory for more information about the vulnerability.
The changes in this PR will be released in tomorrow's beta release.