Skip to content

Commit bd0ddd6

Browse files
committed
Update 2.16 release page.
Signed-off-by: Simon Bennetts <psiinon@gmail.com>
1 parent 6e6f1f2 commit bd0ddd6

File tree

1 file changed

+18
-1
lines changed
  • addOns/help/src/main/javahelp/contents/releases

1 file changed

+18
-1
lines changed

addOns/help/src/main/javahelp/contents/releases/2.16.0.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ <H3>Passive Scanner Moved into an Add-On</H3>
6060
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
6161
enhancements much more quickly.
6262

63+
<H3>Automation Framework Enhancements</H3>
64+
65+
The <a href="https://www.zaproxy.org/docs/automate/automation-framework/">Automation Framework</a> has a set of new jobs:
66+
<ul>
67+
<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).
68+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/automation-framework/job-ascanpolicy/">activeScan-policy</a> This job defines an active scan policy.
69+
<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.
70+
<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.
71+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/sequence/automation/">sequence-activeScan</a> This job allows you to a ative scan sequences.
72+
</ul>
73+
6374
<H3>Checkmarx Rebranding</H3>
6475

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

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

112127
<H2>Bug fixes</H2>
@@ -119,7 +134,9 @@ <H2>Bug fixes</H2>
119134
<li><a href="https://github.com/zaproxy/zaproxy/issues/8590">Issue 8590</a> : Correct `StructuralNodeModifier` key check</li>
120135
<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>
121136
<li><a href="https://github.com/zaproxy/zaproxy/issues/8632">Issue 8632</a> : Fix EDT access on script node changes</li>
137+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8635">Issue 8635</a> : Concurrent access to Graal.js Input Vector scripts</li>
122138
<li><a href="https://github.com/zaproxy/zaproxy/issues/8665">Issue 8665</a> : Correct data returned in poll headers field</li>
139+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8707">Issue 8707</a> : Fix exception when printing null to error stream</li>
123140
</ul>
124141

125142
<H2>See Also</H2>

0 commit comments

Comments
 (0)