- Home
- All questions
- Question 470
CISSP study material · question 470 of 500
Which approach does OWASP describe as best for detecting injection? Choose two.
Show the answer
Answer: C. Source code review combined with automated testing, including fuzzing.
D. Testing every input surface: parameters, headers, the URL, cookies and structured bodies.
OWASP says detection is best achieved by combining source code review with automated testing including fuzzing of all parameters, headers, URL, cookies and structured data inputs.
Source: OWASP Top 10 A05:2025 (OWASP) — OWASP Top 10:2025 A05 Injection > Description