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,14 @@
# A06 - Vulnerable and Outdated Components
## Description
Components run with the same privileges as the application itself, so flaws in any component can result in serious impact. Applications using components with known vulnerabilities may undermine application defenses and enable various attacks and impacts.
## Common Vulnerabilities
- Outdated libraries
- Unpatched systems
- Vulnerable dependencies
- End-of-life software
- Unknown component inventory
## Testing Approach
Identify component versions, check for known CVEs, analyze dependency trees, and use vulnerability scanners.