-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[beta] Fix CVE-2021-42574 #90461
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[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.