Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions addOns/help/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- Fix a typo in Breakpoints features page.

### Changed
- Updated for 2.17.0.

## [21] - 2025-08-21
### Changed
- Update available JavaScript engine and links.
Expand Down
65 changes: 65 additions & 0 deletions addOns/help/src/main/javahelp/contents/releases/2.17.0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<TITLE>
Release 2.17.0
</TITLE>
</HEAD>
<BODY>
<H1>Release 2.17.0</H1>

This is a bug fix and enhancement release.

TBC

<H3>Alert De-duplication</H3>
Changes have been made in order to reduce the number of alerts which ZAP may raise that are duplicaes or highly similar, more closely being aligned with the Sites Tree representation.
See the <a href="https://www.zaproxy.org/blog/2025-09-30-alert-de-duplication/">Alert De-duplication blog</a> for further details.

<H3>Systemic Alerts</H3>
TBC

<H3>Structured Reports ISO 8601 Standard Date</H3>
The structured reports (JSON and XML) now have an ISO 8601 standard date field/attribute (“created”);
the existing “generatedString” field will be removed in the future.

<H3>Active Scan Temporary HTTP Messages</H3>
If this option is selected the active scanner will persist all HTTP messages sent while active scanning, which allows to further inspect them (e.g. custom passive scanners, manually).
They are temporary and removed once the session is closed, for cases where the HTTP messages are not necessary it is advised to disable this option for performance reasons (I/O, disk space).
<p>
By default the HTTP messages are persisted unless in command line mode, where sessions are usually discarded once ZAP finishes.

<H3>Dependency Updates</H3>

As usual the release includes dependency updates.
<p>
The following libraries were updated:

<ul>
<li>TBC</li>
</ul>

<H2>Add-Ons</H2>

<H3>Updated Add-Ons</H3>
All of the add-ons included by default have been updated since the last full release.

<H2>Enhancements</H2>
<ul>
<li>TBC</li>
</ul>

<H2>Bug fixes</H2>
<ul>
<li>TBC</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>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="releases.html">Releases</a></td><td>the full set of releases</td></tr>
<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>
</table>
</BODY>
</HTML>
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ <H1>Releases</H1>
<p>
The following releases have been made:
<table>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="2.17.0.html">2.17.0</a></td><td>bug fix and enhancement release</td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="2.16.1.html">2.16.1</a></td><td>bug fix and minor enhancement release</td></tr>
<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>
<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>
Expand Down
1 change: 1 addition & 0 deletions addOns/help/src/main/javahelp/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<indexitem text="release 2.15.0" target="zap.releases.2.15.0" />
<indexitem text="release 2.16.0" target="zap.releases.2.16.0" />
<indexitem text="release 2.16.1" target="zap.releases.2.16.1" />
<indexitem text="release 2.17.0" target="zap.releases.2.17.0" />
<indexitem text="releases" target="zap.releases" />
<indexitem text="request tab" target="ui.tabs.request" />
<indexitem text="response tab" target="ui.tabs.response" />
Expand Down
1 change: 1 addition & 0 deletions addOns/help/src/main/javahelp/toc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
<tocitem text="Add-ons" target="addons.introduction" tocid="addons" image="addons.icon" />

<tocitem text="Releases" target="zap.releases">
<tocitem text="2.17.0" target="zap.releases.2.17.0"/>
<tocitem text="2.16.1" target="zap.releases.2.16.1"/>
<tocitem text="2.16.0" target="zap.releases.2.16.0"/>
<tocitem text="2.15.0" target="zap.releases.2.15.0"/>
Expand Down
1 change: 1 addition & 0 deletions commonFiles/src/main/resources/map.jhm
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
<mapID target="zap.releases.2.15.0" url="contents/releases/2.15.0.html"/>
<mapID target="zap.releases.2.16.0" url="contents/releases/2.16.0.html"/>
<mapID target="zap.releases.2.16.1" url="contents/releases/2.16.1.html"/>
<mapID target="zap.releases.2.17.0" url="contents/releases/2.17.0.html"/>
<mapID target="zap.credits" url="contents/credits.html" />
<mapID target="ui.dialogs.options.ascan" url="contents/ui/dialogs/options/ascan.html"/>
<mapID target="ui.dialogs.options.ascaninput" url="contents/ui/dialogs/options/ascaninput.html"/>
Expand Down