DEV Community

Discussion on: What are some fundamentals of security every developer should understand?

Collapse
 
restoreddev profile image
Andrew Davis

The OWASP top ten security vulnerability documents are a great place to start: OWASP. Typically, the top web app security vulnerabilities are SQL injection, XSS and authentication issues. The top web frameworks will address those issues in their documentation so that is another place to begin researching.