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

Figure out which Common Weakness Enumerations Rust or Clippy eliminates or mitgates #1456

Open
15 of 41 tasks
oli-obk opened this issue Jan 20, 2017 · 1 comment
Open
15 of 41 tasks
Labels
A-documentation Area: Adding or improving documentation C-an-interesting-project Category: Interesting projects, that usually are more involved design/code wise. E-medium Call for participation: Medium difficulty level problem and requires some initial experience. L-correctness Lint: Belongs in the correctness lint group S-needs-discussion Status: Needs further discussion before merging or work can be started

Comments

@oli-obk
Copy link
Contributor

oli-obk commented Jan 20, 2017

The top 25 can be found here: http://cwe.mitre.org/top25/index.html

The next 16 candidates for the top 25 are here: http://cwe.mitre.org/top25/archive/2011/2011_onthecusp.html

I made a list out of them. Check the box if solved, move into the other list if mitgated

Unreviewed and Solved issues

Reviewed issues found to not be fully solved

Unsolvable issues (please supply reason)

@oli-obk oli-obk added L-correctness Lint: Belongs in the correctness lint group C-an-interesting-project Category: Interesting projects, that usually are more involved design/code wise. S-needs-discussion Status: Needs further discussion before merging or work can be started E-medium Call for participation: Medium difficulty level problem and requires some initial experience. A-documentation Area: Adding or improving documentation labels Jan 20, 2017
@llogiq
Copy link
Contributor

llogiq commented Jan 20, 2017

I think (outside of ffi code) we can safely remove 'null pointer deref'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-documentation Area: Adding or improving documentation C-an-interesting-project Category: Interesting projects, that usually are more involved design/code wise. E-medium Call for participation: Medium difficulty level problem and requires some initial experience. L-correctness Lint: Belongs in the correctness lint group S-needs-discussion Status: Needs further discussion before merging or work can be started
Projects
None yet
Development

No branches or pull requests

2 participants