report_compare
Compare two security scan reports to identify new, resolved, and unchanged findings, regression count, and OWASP category trends.
Instructions
Compare two scan reports (JSON format). Shows new findings, resolved findings, unchanged findings, regression count, and OWASP category trends.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| before_path | Yes | Path to the earlier scan report (JSON) | |
| after_path | Yes | Path to the later scan report (JSON) |