Skip to content

Commit aa9f8da

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

File tree

1 file changed

+43
-11
lines changed
  • addOns/help/src/main/javahelp/contents/releases

1 file changed

+43
-11
lines changed

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

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

12-
This is a bug fix and enhancement release.
13-
<br>
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+
<p>
16+
This release was made possible thanks to <a href="https://checkmarx.com/">Checkmarx</a>
17+
who employ 3 of the <a href="https://www.zaproxy.org/docs/team/">Core Team</a> to work on ZAP.
18+
<p>
1419
These release notes do not include all of the changes included in add-ons updated since 2.15.0.
1520
<p>
1621
Some of the more significant enhancements include:
1722

1823
<H3>Update to a Minimum of Java 17</H3>
1924

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

22-
<H3>Menu Items Restructured</H3>
27+
<H3>Detachable Tabs</H3>
2328

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

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

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

31-
<H3>TODO Add More Headline Features</H3>
51+
<H3>Sequence Scanning Updates</H3>
3252

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

3567
<H3>Docker Hub Organisation Deprecation</H3>
3668

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

4173
<h3>Dependency Updates</h3>

0 commit comments

Comments
 (0)