Vulnerability Diff
diffCompare a new security scan against a baseline to identify new and resolved vulnerabilities, including changes in package inventory.
Instructions
Compare a fresh scan against a baseline to find new and resolved vulns.
Runs a new scan, then diffs it against the provided baseline (or the
latest saved report). Shows new vulnerabilities, resolved ones, and
changes in the package inventory.
Returns:
JSON with new findings, resolved findings, new/removed packages,
and a human-readable summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseline | No | Baseline report JSON object. If omitted, uses the latest saved report from history. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |