Skip to content

Groovy Support version 4.0.0

Choose a tag to compare

@zapbot zapbot released this 15 Dec 11:25
· 1175 commits to main since this release
8b171e1

Added

  • Document the engine name in the help page.

Changed

  • Update minimum ZAP version to 2.17.0.
  • Update Groovy from 3.0.14 to 5.0.3.
    Existing Groovy scripts should work without issues,
    but if you encounter problems, please refer to the following.
  • Update script templates:
    • authentication/AuthenticationDefaultTemplate.groovy - remove outdated example code.
    • httpsender/HttpSenderDefaultTemplate.groovy - update documentation.
    • encode-decode/EncodeDecodeDefaultTemplate.groovy - remove the final modifier from the test field.
    • httpfuzzerprocessor/FuzzerHttpProcessorDefaultTemplate.groovy - remove the final modifier from the count field.
      NOTE: The last two changes were required due to the Groovy update.