Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2.16 release page. #565

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading