Web Security
Common Web Security pitfalls to avoid.
Security plays a major role when developing software. Make sure that the one you create is safe. Below you'll find the OWASP Top Ten list that contains the most critical security risks to web applications.
Rank
Title
Description
1
Broken Access Control
2
Cryptographic Failures
3
Injection
4
Insecure Design
5
Security Misconfiguration
6
Vulnerable and Outdated Components
7
Identification and Authentication Failures
8
Software and Data Integrity Failures
9
Security Logging and Monitoring Failures
10
Server-Side Request Forgery
Don't forget to write automated tests for verifying your application's security.
Further Resources
Last updated