Skip to content

Commit

Permalink
Update 2.16 release page.
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Bennetts <[email protected]>
  • Loading branch information
psiinon committed Dec 9, 2024
1 parent 6e6f1f2 commit bd0ddd6
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion addOns/help/src/main/javahelp/contents/releases/2.16.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@ <H3>Passive Scanner Moved into an Add-On</H3>
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.

<H3>Automation Framework Enhancements</H3>

The <a href="https://www.zaproxy.org/docs/automate/automation-framework/">Automation Framework</a> has a set of new jobs:
<ul>
<li><a href="https://www.zaproxy.org/docs/desktop/addons/automation-framework/job-ascanconfig/">activeScan-config</a> This job configures the active scanner, for custom active scans (e.g. Sequence).
<li><a href="https://www.zaproxy.org/docs/desktop/addons/automation-framework/job-ascanpolicy/">activeScan-policy</a> This job defines an active scan policy.
<li><a href="https://www.zaproxy.org/docs/desktop/addons/automation-framework/job-exitstatus/">exitStatus</a> This job sets ZAP's exit code based on scan results.
<li><a href="https://www.zaproxy.org/docs/desktop/addons/sequence/automation/">sequence-import</a> This job allows you to create a sequence from an HAR file.
<li><a href="https://www.zaproxy.org/docs/desktop/addons/sequence/automation/">sequence-activeScan</a> This job allows you to a ative scan sequences.
</ul>

<H3>Checkmarx Rebranding</H3>

This release is the first full release with the "ZAP by Checkmarx" branding.
Expand All @@ -77,7 +88,7 @@ <h3>Dependency Updates</h3>
The following libraries were updated:

<ul>
<li>Flatlaf, 3.4.1 → 3.5.2</li>
<li>Flatlaf, 3.4.1 → 3.5.4</li>
<li>hsqldb, 2.7.2 → 2.7.3</li>
<li>jfreechart, 1.5.4 → 1.5.5</li>
<li>log4j-1.2-api, 2.20.0 → 2.23.1</li>
Expand All @@ -95,6 +106,7 @@ <H3>Updated Add-Ons</H3>
<H2>Enhancements</H2>
<ul>
<li><a href="https://github.com/zaproxy/zaproxy/issues/2109">Issue 2109</a> : Undock Tabs</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/7959">Issue 7959</a> : Move Passive Scanner to an add-on</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8016">Issue 8016</a> : Move `ValueGenerator` to an add-on</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8321">Issue 8321</a> : Update zap.sh script to get memory usage in containers</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8375">Issue 8375</a> : Add telemetry to toolbar buttons</li>
Expand All @@ -107,6 +119,9 @@ <H2>Enhancements</H2>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8676">Issue 8676</a> : Fix FPs in isSuccess and isPage200</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8678">Issue 8678</a> : Std file chooser fixes</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8685">Issue 8685</a> : Add manual alert add/modify and vuln selection stats</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8734">Issue 8734</a> : Log ID of the active scans</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8752">Issue 8752</a> : Make HarLib an implementation dependency</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8753">Issue 8753</a> : Deprecate `HarUtils`</li>
</ul>

<H2>Bug fixes</H2>
Expand All @@ -119,7 +134,9 @@ <H2>Bug fixes</H2>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8590">Issue 8590</a> : Correct `StructuralNodeModifier` key check</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8631">Issue 8631</a> : Concurrent access to Graal.js Proxy scripts with latest ZAP versions</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8632">Issue 8632</a> : Fix EDT access on script node changes</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8635">Issue 8635</a> : Concurrent access to Graal.js Input Vector scripts</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8665">Issue 8665</a> : Correct data returned in poll headers field</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8707">Issue 8707</a> : Fix exception when printing null to error stream</li>
</ul>

<H2>See Also</H2>
Expand Down

0 comments on commit bd0ddd6

Please sign in to comment.