File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : post
3
+ title : " Announcing the First Underhanded Rust Contest"
4
+ author : The Rust Community Team
5
+ ---
6
+
7
+ The [ Rust Community Team] ( https://community.rs ) is pleased to announce the
8
+ first annual Underhanded Rust Contest, inspired by the [ Underhanded
9
+ C] ( http://www.underhanded-c.org/ ) and [ Underhanded
10
+ Crypto] ( https://underhandedcrypto.com/ ) contests. Our goal with
11
+ [ Rust] ( https://www.rust-lang.org/ ) is to make it easy to write trustworthy
12
+ low-level software that is resistant to accidental security vulnerabilities,
13
+ though less often challenged has been Rust's ability to protect against
14
+ * deliberate* vulnerabilities in the face of scrutiny. This challenge is
15
+ designed to put our language and [ the broader Rust
16
+ ecosystem] ( https://crates.io/ ) to the test, to help us learn where our blind
17
+ spots are and what needs to be done to address them. In short, we want you to
18
+ break our stuff using reasonable, easy-to-read code. Can you write 100% safe
19
+ Rust that hides a logic bug, or hide an exploit in
20
+ [ unsafe] ( https://doc.rust-lang.org/book/unsafe.html ) Rust that passes an audit?
21
+ Now's your chance!
22
+
23
+ For more details, see the announcement of the project at
24
+ [ underhanded.rs] ( https://underhanded.rs/blog/2016/12/14/underhanded-rust.en-US.html ) .
You can’t perform that action at this time.
0 commit comments