File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: "Security advisory for rustc (CVE-2021-42574)"
4
4
author : The Rust Security Response WG
5
5
---
6
6
7
- > This is a cross-post of [ the official security advisory] [ advisory ] . The
7
+ > This is a lightly edited cross-post of [ the official security advisory] [ advisory ] . The
8
8
> official advisory contains a signed version with our PGP key, as well.
9
9
10
10
[ advisory ] : https://groups.google.com/g/rustlang-security-announcements/c/bKPH8XYMvJU
@@ -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