File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,9 @@ source code containing "bidirectional override" Unicode codepoints: in some
14
14
cases the use of those codepoints could lead to the reviewed code being
15
15
different than the compiled code.
16
16
17
- This is a vulnerability in the Unicode specification, and its assigned
18
- identifier is [ CVE-2021 -42574] . While the vulnerability itself is not a rustc
19
- flaw, we're taking proactive measures to mitigate its impact on Rust
20
- developers.
17
+ This is an issue with how source code may be rendered in certain contexts, and
18
+ its assigned identifier is [ CVE-2021 -42574] . While the issue itself is not a flaw
19
+ in rustc, we're taking proactive measures to mitigate its impact on Rust developers.
21
20
22
21
## Overview
23
22
You can’t perform that action at this time.
0 commit comments