Skip to content

Commit a006344

Browse files
committed
Initial 2.17.0 release page
Signed-off-by: kingthorin <[email protected]>
1 parent 482ecb6 commit a006344

File tree

6 files changed

+72
-0
lines changed

6 files changed

+72
-0
lines changed

addOns/help/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77
### Fixed
88
- Fix a typo in Breakpoints features page.
99

10+
### Changed
11+
- Updated for 2.17.0.
12+
1013
## [21] - 2025-08-21
1114
### Changed
1215
- Update available JavaScript engine and links.
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2+
<HTML>
3+
<HEAD>
4+
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
5+
<TITLE>
6+
Release 2.17.0
7+
</TITLE>
8+
</HEAD>
9+
<BODY>
10+
<H1>Release 2.17.0</H1>
11+
12+
This is a bug fix and enhancement release.
13+
14+
TBC
15+
16+
<H3>Alert De-duplication</H3>
17+
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.
18+
See the <a href="https://www.zaproxy.org/blog/2025-09-30-alert-de-duplication/">Alert De-duplication blog</a> for further details.
19+
20+
<H3>Systemic Alerts</H3>
21+
TBC
22+
23+
<H3>Structured Reports ISO 8601 Standard Date</H3>
24+
The structured reports (JSON and XML) now have an ISO 8601 standard date field/attribute (“created”);
25+
the existing “generatedString” field will be removed in the future.
26+
27+
<H3>Active Scan Temporary HTTP Messages</H3>
28+
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).
29+
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).
30+
<p>
31+
By default the HTTP messages are persisted unless in command line mode, where sessions are usually discarded once ZAP finishes.
32+
33+
<H3>Dependency Updates</H3>
34+
35+
As usual the release includes dependency updates.
36+
<p>
37+
The following libraries were updated:
38+
39+
<ul>
40+
<li>TBC</li>
41+
</ul>
42+
43+
<H2>Add-Ons</H2>
44+
45+
<H3>Updated Add-Ons</H3>
46+
All of the add-ons included by default have been updated since the last full release.
47+
48+
<H2>Enhancements</H2>
49+
<ul>
50+
<li>TBC</li>
51+
</ul>
52+
53+
<H2>Bug fixes</H2>
54+
<ul>
55+
<li>TBC</li>
56+
</ul>
57+
58+
<H2>See Also</H2>
59+
<table>
60+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="../intro.html">Introduction</a></td><td>the introduction to ZAP</td></tr>
61+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="releases.html">Releases</a></td><td>the full set of releases</td></tr>
62+
<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>
63+
</table>
64+
</BODY>
65+
</HTML>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ <H1>Releases</H1>
1111
<p>
1212
The following releases have been made:
1313
<table>
14+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="2.17.0.html">2.17.0</a></td><td>bug fix and minor enhancement release</td></tr>
1415
<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>
1516
<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>
1617
<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>

addOns/help/src/main/javahelp/index.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
<indexitem text="release 2.15.0" target="zap.releases.2.15.0" />
9191
<indexitem text="release 2.16.0" target="zap.releases.2.16.0" />
9292
<indexitem text="release 2.16.1" target="zap.releases.2.16.1" />
93+
<indexitem text="release 2.17.0" target="zap.releases.2.17.0" />
9394
<indexitem text="releases" target="zap.releases" />
9495
<indexitem text="request tab" target="ui.tabs.request" />
9596
<indexitem text="response tab" target="ui.tabs.response" />

addOns/help/src/main/javahelp/toc.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
<tocitem text="Add-ons" target="addons.introduction" tocid="addons" image="addons.icon" />
118118

119119
<tocitem text="Releases" target="zap.releases">
120+
<tocitem text="2.17.0" target="zap.releases.2.17.0"/>
120121
<tocitem text="2.16.1" target="zap.releases.2.16.1"/>
121122
<tocitem text="2.16.0" target="zap.releases.2.16.0"/>
122123
<tocitem text="2.15.0" target="zap.releases.2.15.0"/>

commonFiles/src/main/resources/map.jhm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
<mapID target="zap.releases.2.15.0" url="contents/releases/2.15.0.html"/>
120120
<mapID target="zap.releases.2.16.0" url="contents/releases/2.16.0.html"/>
121121
<mapID target="zap.releases.2.16.1" url="contents/releases/2.16.1.html"/>
122+
<mapID target="zap.releases.2.17.0" url="contents/releases/2.17.0.html"/>
122123
<mapID target="zap.credits" url="contents/credits.html" />
123124
<mapID target="ui.dialogs.options.ascan" url="contents/ui/dialogs/options/ascan.html"/>
124125
<mapID target="ui.dialogs.options.ascaninput" url="contents/ui/dialogs/options/ascaninput.html"/>

0 commit comments

Comments
 (0)