Skip to content

v1.6.14

Choose a tag to compare

@AryaHassanli AryaHassanli released this 15 Apr 20:26
· 25 commits to main since this release
0ba81dd

New Features & Enhancements:

  • ZAPDiff CLI:
    • Introduced the zapdiff CLI 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.
  • 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)
  • ZAPDiff HTML Report:
    • Added support for side-by-side diffs in the HTML report.
    • Added interactive features including sorting, filtering, and a diff modal.