Figure out which Common Weakness Enumerations Rust or Clippy eliminates or mitgates #1456
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
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
format!
containing SQL code, or simply strings containing it and suggestdiesel
or sth.password
,pw
,pwd
,passwd
, ...) being checked against a statically available information.Path
,PathBuf
(note: Only solved for data races.
unsafe
onto the function if it is that dangerousCstring::from_str("").as_ptr()
Reviewed issues found to not be fully solved
Result
+Option
. Panics can still occur.Unsolvable issues (please supply reason)
The text was updated successfully, but these errors were encountered: