Vulnerability Report Template¶
Use this template when converting raw notes into a reviewable report.
Required sections¶
- Executive summary
- Affected asset and scope context
- Reproduction steps
- Evidence
- Observed impact
- Remediation guidance
Minimal skeleton¶
# [Issue title]
## Summary
[Short description]
## Scope context
- Program:
- Asset:
- Auth state:
## Steps to reproduce
1. ...
2. ...
## Evidence
- Request:
- Response:
- Screenshots/logs:
## Impact
[Observed consequence]
## Remediation
[Concrete fix guidance]
Supporting guidance¶
- Pair this with Reporting Best Practices.
- Keep only the evidence needed to verify the claim.
- Remove unrelated secrets before submission.