Skip to content

Commit ddf7d42

Browse files
committed
Add 2.16 headline summaries
Signed-off-by: Simon Bennetts <psiinon@gmail.com>
1 parent 578a784 commit ddf7d42

File tree

1 file changed

+40
-10
lines changed
  • addOns/help/src/main/javahelp/contents/releases

1 file changed

+40
-10
lines changed

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

Lines changed: 40 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,63 @@
99
<BODY>
1010
<H1>Release 2.16.0</H1>
1111

12-
This is a bug fix and enhancement release.
12+
This is a bug fix and enhancement release. Look out for new
13+
<a href="https://www.zaproxy.org/blog/">Blog Posts</a> and <a href="https://www.zaproxy.org/videos/">Videos</a>
14+
which will cover some of these new features in much more depth in the coming days and weeks.
15+
1316
<br>
1417
These release notes do not include all of the changes included in add-ons updated since 2.15.0.
1518
<p>
1619
Some of the more significant enhancements include:
1720

1821
<H3>Update to a Minimum of Java 17</H3>
1922

20-
TODO add details.
23+
ZAP now requires a minimum of Java 17 to run. This allows us to use more modern Java features in the ZAP codebase.
2124

22-
<H3>Menu Items Restructured</H3>
25+
<H3>Detachable Tabs</H3>
2326

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.
27+
You can now detach any of the ZAP desktop tabs so that they will appear in their own windows.
28+
This means that you can see more than one tab in the group at the same time, and allows you to distribute those windows
29+
across multiple monitors.
30+
Just right click any tab to see the 'detach' option and close the tab window to return it to the main ZAP window.
2631

27-
<H3>Detachable Tabs</H3>
32+
<H3>Standard Policy Definitions</H3>
33+
34+
We now have a standard set of active scan policy definitions which we recommend for use in specific situations.
35+
Using these definitions will just enable the most suitable active scan rules. This will speed up your active scans
36+
and will reduce noise. Some of the standard active scan rules are really targetted at pentesters, and these can waste
37+
developers time.
38+
<p>
39+
For more details see the new <a href="https://www.zaproxy.org/docs/desktop/addons/scan-policies/">Scan Policies</a> add-on.
40+
41+
<H3>Site Tree Export and Pruning</H3>
2842

29-
TODO add details.
43+
We now have a standard format for representing the Sites Tree in a text file:
44+
<a href="https://www.zaproxy.org/docs/desktop/addons/import-export/sites-tree-format/">Sites Tree Format</a>.
45+
This format uniquely identifies nodes in the Sites tree.
46+
While this might not sound particularly exciting, it does actually allow you to use ZAP to perform "differential" scans,
47+
i.e. only attacking endpoints that have changed. This means that ZAP can be used to perform really fast testing in CI/CD.
3048

31-
<H3>TODO Add More Headline Features</H3>
49+
<H3>Sequence Scanning Updates</H3>
3250

33-
TODO add details.
51+
The <a href="https://www.zaproxy.org/docs/desktop/addons/sequence-scanner/">Sequence Scanner</a> add-on has received
52+
significant attention. It now runs much more quickly and has full Automation Framework support.
53+
As a result it has been promoted to Beta status.
54+
55+
<H3>Passive Scanner Moved into an Add-On</H3>
56+
57+
The passive scanner has now been moved into an add-on: <a href="https://www.zaproxy.org/docs/desktop/addons/passive-scanner/">Passive Scanner</a>.
58+
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
59+
enhancements much more quickly.
60+
61+
<H3>Checkmarx Rebranding</H3>
62+
63+
This release is the first full release with the "ZAP by Checkmarx" branding.
3464

3565
<H3>Docker Hub Organisation Deprecation</H3>
3666

3767
We will not use the <a href="https://hub.docker.com/u/softwaresecurityproject">softwaresecurityproject</a> org for 2.16.0 or following releases.
38-
68+
<p>
3969
If you still use this org then please switch to <a href="https://hub.docker.com/u/zaproxy">zaproxy</a>.
4070

4171
<h3>Dependency Updates</h3>

0 commit comments

Comments
 (0)