Skip to content

Commit 13c87a7

Browse files
committed
Initial 2.16.0 release page
Signed-off-by: Simon Bennetts <psiinon@gmail.com>
1 parent 6c0d81d commit 13c87a7

File tree

5 files changed

+106
-0
lines changed

5 files changed

+106
-0
lines changed

addOns/help/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88
- Details for setting Gnome proxy settings.
99
- History -> Alert tag details.
1010

11+
### Changed
12+
- Updated for 2.16.0.
13+
1114
## [18] - 2024-05-07
1215
### Added
1316
- `-loglevel` option to the command line help page.
Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2+
<HTML>
3+
<HEAD>
4+
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
5+
<TITLE>
6+
Release 2.16.0
7+
</TITLE>
8+
</HEAD>
9+
<BODY>
10+
<H1>Release 2.16.0</H1>
11+
12+
This is a bug fix and enhancement release.
13+
<br>
14+
These release notes do not include all of the changes included in add-ons updated since 2.15.0.
15+
<p>
16+
Some of the more significant enhancements include:
17+
18+
<H3>Update to a Minimum of Java 17</H3>
19+
20+
TODO add details.
21+
22+
<H3>Menu Items Restructured</H3>
23+
24+
The desktop context sensitive menu items have been reordered, and grouped in a more logical way.
25+
This should make it much easier to find the menu item you want, when you want it.
26+
27+
<H3>Detachable Tabs</H3>
28+
29+
TODO add details.
30+
31+
<H3>TODO Add More Headline Features</H3>
32+
33+
TODO add details.
34+
35+
<H3>Docker Hub Organisation Deprication</H3>
36+
37+
We will not use the the <a href="https://hub.docker.com/u/softwaresecurityproject">softwaresecurityproject</a> org for 2.16.0 or following releases.
38+
39+
If you still use this org then please switch to <a href="https://hub.docker.com/u/zaproxy">zaproxy</a>.
40+
41+
<h3>Dependency Updates</h3>
42+
43+
As usual the release includes dependency updates.
44+
<p>
45+
The following libraries were updated:
46+
47+
<ul>
48+
<li>Flatlaf, 3.4.1 → 3.5.2</li>
49+
<li>hsqldb, 2.7.2 → 2.7.3</li>
50+
<li>jfreechart, 1.5.4 → 1.5.5</li>
51+
<li>log4j-1.2-api, 2.20.0 → 2.23.1</li>
52+
<li>log4j-api, 2.20.0 → 2.23.1</li>
53+
<li>log4j-core, 2.20.0 → 2.23.1</li>
54+
<li>log4j-jul, 2.20.0 → 2.23.1</li>
55+
<li>Rsyntaxtextarea, 3.4.0 → 3.5.2</li>
56+
</ul>
57+
58+
<H2>Add-Ons</H2>
59+
60+
<H3>Updated Add-Ons</H3>
61+
All of the add-ons included by default have been updated since the last full release.
62+
63+
<H2>Enhancements</H2>
64+
<ul>
65+
<li><a href="https://github.com/zaproxy/zaproxy/issues/2109">Issue 2109</a> : Undock Tabs</li>
66+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8016">Issue 8016</a> : Move `ValueGenerator` to an add-on</li>
67+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8321">Issue 8321</a> : Update zap.sh script to get memory usage in containers</li>
68+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8375">Issue 8375</a> : Add telemetry to toolbar buttons</li>
69+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8518">Issue 8518</a> : Search in notes</li>
70+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8554">Issue 8554</a> : Manage Add-ons table columns should all have names</li>
71+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8602">Issue 8602</a> : Make some dialog messages copyable.</li>
72+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8615">Issue 8615</a> : Remove &quot;Nashorn&quot; JavaScript templates</li>
73+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8667">Issue 8667</a> : Retain and expose source message ID of alerts</li>
74+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8673">Issue 8673</a> : Support history -&gt; alert tags</li>
75+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8676">Issue 8676</a> : Fix FPs in isSuccess and isPage200</li>
76+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8678">Issue 8678</a> : Std file chooser fixes</li>
77+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8685">Issue 8685</a> : Add manual alert add/modify and vuln selection stats</li>
78+
</ul>
79+
80+
<H2>Bug fixes</H2>
81+
<ul>
82+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8496">Issue 8496</a> : Fix exceptions for no/empty path in path variant</li>
83+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8498">Issue 8498</a> : Do not use null domain in auth credentials</li>
84+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8533">Issue 8533</a> : Issue re-loading passive scan rules on add-on upgrade</li>
85+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8546">Issue 8546</a> : Prevent adding same add-on's `ResourceBundle`</li>
86+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8589">Issue 8589</a> : Correct label in a Structural Modifier dialogue</li>
87+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8590">Issue 8590</a> : Correct `StructuralNodeModifier` key check</li>
88+
<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>
89+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8632">Issue 8632</a> : Fix EDT access on script node changes</li>
90+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8665">Issue 8665</a> : Correct data returned in poll headers field</li>
91+
</ul>
92+
93+
<H2>See Also</H2>
94+
<table>
95+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="../intro.html">Introduction</a></td><td>the introduction to ZAP</td></tr>
96+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="releases.html">Releases</a></td><td>the full set of releases</td></tr>
97+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="../credits.html">Credits</a></td><td>the people and groups who have made this release possible</td></tr>
98+
</table>
99+
</BODY>
100+
</HTML>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ <H1>Releases</H1>
1111
<p>
1212
The following releases have been made:
1313
<table>
14+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="2.16.0.html">2.16.0</a></td><td>bug fix and enhancement release</td></tr>
1415
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="2.15.0.html">2.15.0</a></td><td>bug fix and enhancement release</td></tr>
1516
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="2.14.0.html">2.14.0</a></td><td>bug fix and enhancement release</td></tr>
1617
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="2.13.0.html">2.13.0</a></td><td>bug fix and enhancement release</td></tr>

addOns/help/src/main/javahelp/index.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
<indexitem text="release 2.13.0" target="zap.releases.2.13.0" />
8989
<indexitem text="release 2.14.0" target="zap.releases.2.14.0" />
9090
<indexitem text="release 2.15.0" target="zap.releases.2.15.0" />
91+
<indexitem text="release 2.16.0" target="zap.releases.2.16.0" />
9192
<indexitem text="releases" target="zap.releases" />
9293
<indexitem text="request tab" target="ui.tabs.request" />
9394
<indexitem text="response tab" target="ui.tabs.response" />

addOns/help/src/main/javahelp/toc.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
<tocitem text="Add-ons" target="addons.introduction" tocid="addons" image="addons.icon" />
121121

122122
<tocitem text="Releases" target="zap.releases">
123+
<tocitem text="2.16.0" target="zap.releases.2.16.0"/>
123124
<tocitem text="2.15.0" target="zap.releases.2.15.0"/>
124125
<tocitem text="2.14.0" target="zap.releases.2.14.0"/>
125126
<tocitem text="2.13.0" target="zap.releases.2.13.0"/>

0 commit comments

Comments
 (0)