Skip to content

Commit d71155b

Browse files
authored
Merge pull request #140 from erickt/gh-pages
Adding a post for the Underhanded Rust contest
2 parents 4d04e00 + 8c585ca commit d71155b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

_posts/2016-12-15-Underhanded-Rust.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
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).

0 commit comments

Comments
 (0)