Sample ZAP Summary
This miniature sample is intentionally short. Use it to explain what a scanner summary is good for and what it is not good for.
What this snippet is for
- quick leadership or triage summaries;
- attaching a simple artifact to CI evidence;
- showing how a DAST result can point reviewers toward manual follow-up.
It should not replace deeper route-by-route review for authorization, workflow abuse, or business logic.
Counts
- High: 2
- Medium: 3
- Low: 2
Alerts
- SQL Injection -
/api/v1/orders/search - Cross-Site Scripting -
/profile - Missing Anti-CSRF Tokens -
/settings/update - Authentication Request Identified -
/login - Content Security Policy Header Not Set -
/ - X-Content-Type-Options Header Missing -
/static/app.js - Cookie Without
SecureFlag -/session
Reviewer note
If the scanner says โCSP header missing,โ ask which origin, which page class, and which authenticated surface. A generic header finding becomes meaningful only after route context and business context are added.