Skip to content

Adding a post for the Underhanded Rust contest #140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 15, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions _posts/2016-12-15-Underhanded-Rust.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: post
title: "Announcing the First Underhanded Rust Contest"
author: The Rust Community Team
---

The [Rust Community Team](https://community.rs) is pleased to announce the
first annual Underhanded Rust Contest, inspired by the [Underhanded
C](http://www.underhanded-c.org/) and [Underhanded
Crypto](https://underhandedcrypto.com/) contests. Our goal with
[Rust](https://www.rust-lang.org/) is to make it easy to write trustworthy
low-level software that is resistant to accidental security vulnerabilities.
Less often challenged has been Rust's ability to protect against
*deliberate* vulnerabilities in the face of scrutiny. This challenge is
designed to put our language and [the broader Rust
ecosystem](https://crates.io/) to the test, to help us learn where our blind
spots are and what needs to be done to address them. In short, we want you to
break our stuff using reasonable, easy-to-read code. Can you write 100% safe
Rust that hides a logic bug, or hide an exploit in
[unsafe](https://doc.rust-lang.org/book/unsafe.html) Rust that passes an audit?
Now's your chance!

For more details, see the announcement of the project at
[underhanded.rs](https://underhanded.rs/blog/2016/12/14/underhanded-rust.en-US.html).