Does anyone have a good checklist to use when doing a security code review? The majority of the focus will be on C# code with some TSql sprocs reviewed as well.
|
2
|
|||||||||||
|
|
|
Microsoft has a .net security code review checklist here: Improving Web Application Security: Threats and Countermeasures : Code Review The contents list looks like this:
which seems like a decent start. 8-) |
||
|
|
|
|
The OWASP top ten is a good start for developing a security checklist*:
* for web applications |
||
|
|
