Skip to content
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

Created an initial list of work items #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,30 @@ We have the following goals for the Rust language and ecosystem:
- It should be clear to programmers how to perform security-sensitive tasks.
- Security-critical code which is relied on by Rust programmers should be bug
free.

## Work Items

Our mission objectives are divided in several work items:

**Reduce the amount of ```unsafe``` code**
- [Build-time sandboxing](https://github.com/rust-secure-code/wg/issues/29)
- [Improve Clippy Security Lints](https://github.com/rust-secure-code/wg/issues/27)
- [Improve dynamic analysis tooling](https://github.com/rust-secure-code/wg/issues/26)
- [Improving static analysis tooling](https://github.com/rust-secure-code/wg/issues/22)
- [Propose safe abstractions replacing unsafe code without performance loss.](https://github.com/rust-secure-code/wg/issues/19)
- [Improve discoverability of tools](https://github.com/rust-secure-code/wg/issues/25)
- [Improving the Memory Sanitizer](https://github.com/rust-secure-code/wg/issues/21)

**Distribution of security updates**
- [Reproducable Build Tooling](https://github.com/rust-secure-code/wg/issues/28)
- [Integrating Rustsec in DevOps workflow](https://github.com/rust-secure-code/wg/issues/15)
- [Make production binaries auditible](https://github.com/rust-secure-code/wg/issues/14)

**Code Authentication and Trust**
- [Improve code authentication on crates.io](https://github.com/rust-secure-code/wg/issues/18)

**Verification of the Standard Library**
- [Continuous verification of the standard library](https://github.com/rust-secure-code/wg/issues/23)

## Contact

Expand Down