|
9 | 9 | <BODY>
|
10 | 10 | <H1>Release 2.16.0</H1>
|
11 | 11 |
|
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 | + |
13 | 16 | <br>
|
14 | 17 | These release notes do not include all of the changes included in add-ons updated since 2.15.0.
|
15 | 18 | <p>
|
16 | 19 | Some of the more significant enhancements include:
|
17 | 20 |
|
18 | 21 | <H3>Update to a Minimum of Java 17</H3>
|
19 | 22 |
|
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. |
21 | 24 |
|
22 |
| -<H3>Menu Items Restructured</H3> |
| 25 | +<H3>Detachable Tabs</H3> |
23 | 26 |
|
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. |
26 | 31 |
|
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> |
28 | 42 |
|
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. |
30 | 48 |
|
31 |
| -<H3>TODO Add More Headline Features</H3> |
| 49 | +<H3>Sequence Scanning Updates</H3> |
32 | 50 |
|
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. |
34 | 64 |
|
35 | 65 | <H3>Docker Hub Organisation Deprecation</H3>
|
36 | 66 |
|
37 | 67 | 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> |
39 | 69 | If you still use this org then please switch to <a href="https://hub.docker.com/u/zaproxy">zaproxy</a>.
|
40 | 70 |
|
41 | 71 | <h3>Dependency Updates</h3>
|
|
0 commit comments