Security Vulnerability Checklist

I am working on a consumer-oriented web application built on .Net / C # MSSQL as a database

We followed the general rules of good coding to prevent errors and queries of SQL / JS queries, but we are not experts in security.

What would be a good checklist to find out how secure this application we are creating is.

+5
source share
3 answers

I'm not sure what the checklist meant, because it could be related to development (so that developers write fewer errors), code review (to check errors in the review), or testing (to ensure that all aspects of the vulnerability are for testing).

OWASP has guides to support all three needs -

And then, to complete this, you can always go to the OWASP Top 10 list to prioritize vulnerabilities that you would like to focus on most of your efforts.

As Mark noted , the OWASP.NET project will be useful.

+5
source

Open Web Application Security (OWASP) - 10 . .NET OWASP.NET - .NET.

+1

MS, ?

.

0

All Articles