Skip to content

Commit

Permalink
2.15 Release note update
Browse files Browse the repository at this point in the history
May add more items for last min additions..

Signed-off-by: Simon Bennetts <[email protected]>
  • Loading branch information
psiinon committed May 7, 2024
1 parent de19189 commit c76bffa
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions addOns/help/src/main/javahelp/contents/releases/2.15.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,34 @@ <H1>Release 2.15.0</H1>

<H3>Scripts as First Class Scan Rules</H3>

TODO add more details...
Active and passive scan rules scripts can now be treated as "first class" scan rules.
This means that they can be individually referenced in an active scan policy, in the
passive scan rules page, and in Automation Framework plans.

In addition directories of scripts can now be added with all of the scripts enabled -
this will make it much more straightfoward to manage script rules in automation.

<H3>Menu Items Restructured</H3>

TODO add more details...
The desktop context sensitive menu items have been reordered, and grouped in a more logical way.
This should make it much easier to find the menu item you want, when you want it.

<H3>Automation Framework GitHub Action</H3>

TODO add more details...
There is a new ZAP GitHub action - the
<a href="https://github.com/marketplace/actions/zap-automation-framework-scan">ZAP Automation Framework Scan</a>.

The Automation Framework provides a great balance between ease of use and flexibility + functionality.
If you want to perform any non trivial automation with ZAP then the
<a href="https://www.zaproxy.org/docs/automate/automation-framework/">Automation Framework</a> is probably your best bet.

<H3>New Docker Hub Organisation</H3>

We have a new DockerHub organisation for the ZAP Docker images: https://hub.docker.com/u/zaproxy

We are still using the <a href="https://hub.docker.com/u/softwaresecurityproject">softwaresecurityproject</a> org for 2.15.0 but we will probably not use it for the following releases.

We do recommend that you switch from `softwaresecurityproject` to <a href="https://hub.docker.com/u/zaproxy">zaproxy</a> sooner rather than later.

<h3>Dependency Updates</h3>

Expand Down Expand Up @@ -76,6 +95,7 @@ <H2>Enhancements</H2>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8369">Issue 8369</a> : Restructure the desktop menu item order</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8393">Issue 8393</a> : Allow to search HTTP messages by Tags</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8403">Issue 8403</a> : ZAP not printing script errors to console in cmdline mode with `-script`</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8423">Issue 8423</a> : Add TAGs for yaml, xml, extended json</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8452">Issue 8452</a> : Support decode response body through the `Variant`</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8454">Issue 8454</a> : Include pluginId in alert events</li>
</ul>
Expand All @@ -95,10 +115,9 @@ <H2>Bug fixes</H2>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8395">Issue 8395</a> : Add missing API error message</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8419">Issue 8419</a> : Prevent raising alerts on temporary messages</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8429">Issue 8429</a> : Skip deleted msgs in the messages API endpoints</li>
<li><a href="https://github.com/zaproxy/zaproxy/issues/8467">Issue 8467</a> : Get resources from add-ons</li>
</ul>



<H2>See Also</H2>
<table>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="../intro.html">Introduction</a></td><td>the introduction to ZAP</td></tr>
Expand Down

0 comments on commit c76bffa

Please sign in to comment.