Skip to content

Commit 346f34a

Browse files
authored
Merge pull request #901 from rust-lang/bidi-fix
Do not assign blame for the bidi issue to any particular entity
2 parents 5877422 + a18d267 commit 346f34a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

posts/2021-11-01-cve-2021-42574.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Security advisory for rustc (CVE-2021-42574)"
44
author: The Rust Security Response WG
55
---
66

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
88
> official advisory contains a signed version with our PGP key, as well.
99
1010
[advisory]: https://groups.google.com/g/rustlang-security-announcements/c/bKPH8XYMvJU
@@ -14,10 +14,9 @@ source code containing "bidirectional override" Unicode codepoints: in some
1414
cases the use of those codepoints could lead to the reviewed code being
1515
different than the compiled code.
1616

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.
2120

2221
## Overview
2322

0 commit comments

Comments
 (0)