We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d977464 commit 9999616Copy full SHA for 9999616
src/doc/rustc/src/exploit-mitigations.md
@@ -30,8 +30,8 @@ susceptible to memory corruption (CWE-119)[8] and concurrency issues
30
increase the difficulty to exploit vulnerabilities resulting from these
31
issues. Therefore, the Rust compiler must also support these exploit
32
mitigations in order to mitigate vulnerabilities resulting from the use of
33
-Unsafe Rust. This chapter is going to document these exploit mitigations and
34
-how they apply to Rust.
+Unsafe Rust. This chapter documents these exploit mitigations and how they
+apply to Rust.
35
36
This chapter does not discuss the effectiveness of these exploit mitigations
37
as they vary greatly depending on several factors besides their design and
0 commit comments