| A01 | Broken Access Control | CWE-200, CWE-201, CWE-352, CWE-639, CWE-862, CWE-863 | SAST (authorization checks), code review (RBAC patterns) |
| A02 | Cryptographic Failures | CWE-259, CWE-261, CWE-327, CWE-328, CWE-330, CWE-522 | SAST (weak algorithms), secret scanning |
| A03 | Injection | CWE-20, CWE-77, CWE-78, CWE-79, CWE-89, CWE-94 | SAST (taint analysis), DAST (fuzzing) |
| A04 | Insecure Design | CWE-209, CWE-256, CWE-501, CWE-522 | Architecture review, threat modeling |
| A05 | Security Misconfiguration | CWE-2, CWE-11, CWE-16, CWE-611 | IaC scanning, configuration audit |
| A06 | Vulnerable and Outdated Components | CWE-1104 | SCA (Dependabot, Dependency Review), SBOM |
| A07 | Identification and Authentication Failures | CWE-255, CWE-287, CWE-384, CWE-613 | SAST (session management), DAST (auth flows) |
| A08 | Software and Data Integrity Failures | CWE-345, CWE-426, CWE-494, CWE-502, CWE-829 | CI/CD integrity checks, artifact attestations |
| A09 | Security Logging and Monitoring Failures | CWE-117, CWE-223, CWE-532, CWE-778 | Code review (logging patterns), monitoring audit |
| A10 | Server-Side Request Forgery (SSRF) | CWE-918 | SAST (URL construction), DAST (SSRF payloads) |