Skip to content

Commit 13fd752

Browse files
authored
Merge pull request #565 from psiinon/release/2.16/update
Update 2.16 release page.
2 parents 6e6f1f2 + 30b5aee commit 13fd752

File tree

1 file changed

+30
-6
lines changed
  • addOns/help/src/main/javahelp/contents/releases

1 file changed

+30
-6
lines changed

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

Lines changed: 30 additions & 6 deletions
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-scanner/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-scanner/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,16 +88,23 @@ <h3>Dependency Updates</h3>
7788
The following libraries were updated:
7889

7990
<ul>
80-
<li>Flatlaf, 3.4.1 → 3.5.2</li>
81-
<li>hsqldb, 2.7.2 → 2.7.3</li>
91+
<li>Commons Codec, 1.16.1 → 1.17.1</li>
92+
<li>Commons CSV, 1.10.0 → 1.12.0</li>
93+
<li>Commons IO, 2.16.1 → 2.18.0</li>
94+
<li>Commons Lang3, 3.14.0 → 3.17.0</li>
95+
<li>Commons Logging, 1.3.1 → 1.3.4</li>
96+
<li>Flatlaf, 3.4.1 → 3.5.4</li>
97+
<li>hsqldb, 2.7.2 → 2.7.4</li>
8298
<li>jfreechart, 1.5.4 → 1.5.5</li>
83-
<li>log4j-1.2-api, 2.20.0 → 2.23.1</li>
84-
<li>log4j-api, 2.20.0 → 2.23.1</li>
85-
<li>log4j-core, 2.20.0 → 2.23.1</li>
86-
<li>log4j-jul, 2.20.0 → 2.23.1</li>
99+
<li>log4j-1.2-api, 2.20.0 → 2.24.2</li>
100+
<li>log4j-api, 2.20.0 → 2.24</li>
101+
<li>log4j-core, 2.20.0 → 2.24.2</li>
102+
<li>log4j-jul, 2.20.0 → 2.24.1</li>
87103
<li>Rsyntaxtextarea, 3.4.0 → 3.5.2</li>
88104
</ul>
89105

106+
Also note that the harlib dependency is no longer part of the compile classpath and that its use is deprecated.
107+
90108
<H2>Add-Ons</H2>
91109

92110
<H3>Updated Add-Ons</H3>
@@ -95,6 +113,7 @@ <H3>Updated Add-Ons</H3>
95113
<H2>Enhancements</H2>
96114
<ul>
97115
<li><a href="https://github.com/zaproxy/zaproxy/issues/2109">Issue 2109</a> : Undock Tabs</li>
116+
<li><a href="https://github.com/zaproxy/zaproxy/issues/7959">Issue 7959</a> : Move Passive Scanner to an add-on</li>
98117
<li><a href="https://github.com/zaproxy/zaproxy/issues/8016">Issue 8016</a> : Move `ValueGenerator` to an add-on</li>
99118
<li><a href="https://github.com/zaproxy/zaproxy/issues/8321">Issue 8321</a> : Update zap.sh script to get memory usage in containers</li>
100119
<li><a href="https://github.com/zaproxy/zaproxy/issues/8375">Issue 8375</a> : Add telemetry to toolbar buttons</li>
@@ -107,6 +126,9 @@ <H2>Enhancements</H2>
107126
<li><a href="https://github.com/zaproxy/zaproxy/issues/8676">Issue 8676</a> : Fix FPs in isSuccess and isPage200</li>
108127
<li><a href="https://github.com/zaproxy/zaproxy/issues/8678">Issue 8678</a> : Std file chooser fixes</li>
109128
<li><a href="https://github.com/zaproxy/zaproxy/issues/8685">Issue 8685</a> : Add manual alert add/modify and vuln selection stats</li>
129+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8734">Issue 8734</a> : Log ID of the active scans</li>
130+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8752">Issue 8752</a> : Make HarLib an implementation dependency</li>
131+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8753">Issue 8753</a> : Deprecate `HarUtils`</li>
110132
</ul>
111133

112134
<H2>Bug fixes</H2>
@@ -119,7 +141,9 @@ <H2>Bug fixes</H2>
119141
<li><a href="https://github.com/zaproxy/zaproxy/issues/8590">Issue 8590</a> : Correct `StructuralNodeModifier` key check</li>
120142
<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>
121143
<li><a href="https://github.com/zaproxy/zaproxy/issues/8632">Issue 8632</a> : Fix EDT access on script node changes</li>
144+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8635">Issue 8635</a> : Concurrent access to Graal.js Input Vector scripts</li>
122145
<li><a href="https://github.com/zaproxy/zaproxy/issues/8665">Issue 8665</a> : Correct data returned in poll headers field</li>
146+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8707">Issue 8707</a> : Fix exception when printing null to error stream</li>
123147
</ul>
124148

125149
<H2>See Also</H2>

0 commit comments

Comments
 (0)