diff --git a/addOns/help/src/main/javahelp/contents/releases/2.16.0.html b/addOns/help/src/main/javahelp/contents/releases/2.16.0.html index 0fa60149..0fc19578 100644 --- a/addOns/help/src/main/javahelp/contents/releases/2.16.0.html +++ b/addOns/help/src/main/javahelp/contents/releases/2.16.0.html @@ -60,6 +60,17 @@

Passive Scanner Moved into an Add-On

We have an ongoing plan to move as much functionality out of the core as possible, as this allows us to push out fixes and enhancements much more quickly. +

Automation Framework Enhancements

+ +The Automation Framework has a set of new jobs: + +

Checkmarx Rebranding

This release is the first full release with the "ZAP by Checkmarx" branding. @@ -77,16 +88,23 @@

Dependency Updates

The following libraries were updated: +Also note that the harlib dependency is no longer part of the compile classpath and that its use is deprecated. +

Add-Ons

Updated Add-Ons

@@ -95,6 +113,7 @@

Updated Add-Ons

Enhancements

Bug fixes

@@ -119,7 +141,9 @@

Bug fixes

  • Issue 8590 : Correct `StructuralNodeModifier` key check
  • Issue 8631 : Concurrent access to Graal.js Proxy scripts with latest ZAP versions
  • Issue 8632 : Fix EDT access on script node changes
  • +
  • Issue 8635 : Concurrent access to Graal.js Input Vector scripts
  • Issue 8665 : Correct data returned in poll headers field
  • +
  • Issue 8707 : Fix exception when printing null to error stream
  • See Also