Skip to content

Commit

Permalink
Merge pull request #565 from psiinon/release/2.16/update
Browse files Browse the repository at this point in the history
Update 2.16 release page.
  • Loading branch information
thc202 authored Dec 9, 2024
2 parents 6e6f1f2 + 30b5aee commit 13fd752
Showing 1 changed file with 30 additions and 6 deletions.
36 changes: 30 additions & 6 deletions 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-scanner/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-scanner/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,16 +88,23 @@ <h3>Dependency Updates</h3>
The following libraries were updated:

<ul>
<li>Flatlaf, 3.4.1 → 3.5.2</li>
<li>hsqldb, 2.7.2 → 2.7.3</li>
<li>Commons Codec, 1.16.1 → 1.17.1</li>
<li>Commons CSV, 1.10.0 → 1.12.0</li>
<li>Commons IO, 2.16.1 → 2.18.0</li>
<li>Commons Lang3, 3.14.0 → 3.17.0</li>
<li>Commons Logging, 1.3.1 → 1.3.4</li>
<li>Flatlaf, 3.4.1 → 3.5.4</li>
<li>hsqldb, 2.7.2 → 2.7.4</li>
<li>jfreechart, 1.5.4 → 1.5.5</li>
<li>log4j-1.2-api, 2.20.0 → 2.23.1</li>
<li>log4j-api, 2.20.0 → 2.23.1</li>
<li>log4j-core, 2.20.0 → 2.23.1</li>
<li>log4j-jul, 2.20.0 → 2.23.1</li>
<li>log4j-1.2-api, 2.20.0 → 2.24.2</li>
<li>log4j-api, 2.20.0 → 2.24</li>
<li>log4j-core, 2.20.0 → 2.24.2</li>
<li>log4j-jul, 2.20.0 → 2.24.1</li>
<li>Rsyntaxtextarea, 3.4.0 → 3.5.2</li>
</ul>

Also note that the harlib dependency is no longer part of the compile classpath and that its use is deprecated.

<H2>Add-Ons</H2>

<H3>Updated Add-Ons</H3>
Expand All @@ -95,6 +113,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 +126,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 +141,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 13fd752

Please sign in to comment.