v1.6.14
New Features & Enhancements:
- ZAPDiff CLI:
- Introduced the
zapdiffCLI tool to compare two sets of ZAP XML files and report mismatches. - Added mismatch detection for missing tags, missing attributes, and attribute value differences.
- Added support for exporting inconsistencies to CSV (
mismatches.csv) with structured sorting.
- Introduced the
- ZAPDiff Action:
- Introduced the ZAPDiff GitHub Action combining ZAP Generation and ZAPDiff CLI to compare ZAP XMLs present in SDK with what is generated directly from Spec. (
cmd/action)
- Introduced the ZAPDiff GitHub Action combining ZAP Generation and ZAPDiff CLI to compare ZAP XMLs present in SDK with what is generated directly from Spec. (
- ZAPDiff HTML Report:
- Added support for side-by-side diffs in the HTML report.
- Added interactive features including sorting, filtering, and a diff modal.