Skip to content

Commit 2b9e505

Browse files
committed
Add target audience and prior knowledge
1 parent 9e1e73d commit 2b9e505

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/doc/rustc/src/exploit-mitigations.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Exploit Mitigations
22

3+
This chapter describes exploit mitigations supported by the Rust compiler,
4+
and is by no means an extensive survey of the Rust programming language’s
5+
security features.
6+
7+
This chapter is for software engineers working with the Rust programming
8+
language, and assumes prior knowledge of the Rust programming language and
9+
its toolchain.
10+
11+
312
## Introduction
413

514
The Rust programming language provides memory[1] and thread[2] safety

0 commit comments

Comments
 (0)