Add comprehensive OWASP Top 10 directory structure with injection payloads

Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-04 18:24:32 +00:00
parent ef35e279c7
commit ab9c127df3
28 changed files with 1240 additions and 1 deletions
@@ -0,0 +1,15 @@
# A07 - Identification and Authentication Failures
## Description
Previously known as Broken Authentication, this category includes failures related to user identity, authentication, and session management. This can allow attackers to compromise passwords, keys, or session tokens, or exploit implementation flaws to assume other users' identities.
## Common Vulnerabilities
- Weak password requirements
- Credential stuffing
- Broken session management
- Missing multi-factor authentication
- Insecure password recovery
- Session fixation
## Testing Approach
Test authentication mechanisms, session handling, password policies, and account recovery processes.