diff --git a/addOns/help/CHANGELOG.md b/addOns/help/CHANGELOG.md index 40388829..c59bc53f 100644 --- a/addOns/help/CHANGELOG.md +++ b/addOns/help/CHANGELOG.md @@ -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. diff --git a/addOns/help/src/main/javahelp/contents/releases/2.17.0.html b/addOns/help/src/main/javahelp/contents/releases/2.17.0.html new file mode 100644 index 00000000..a4dcc189 --- /dev/null +++ b/addOns/help/src/main/javahelp/contents/releases/2.17.0.html @@ -0,0 +1,65 @@ + + + + + + Release 2.17.0 + + + +

Release 2.17.0

+ +This is a bug fix and enhancement release. + +TBC + +

Alert De-duplication

+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 Alert De-duplication blog for further details. + +

Systemic Alerts

+TBC + +

Structured Reports ISO 8601 Standard Date

+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. + +

Active Scan Temporary HTTP Messages

+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). +

+By default the HTTP messages are persisted unless in command line mode, where sessions are usually discarded once ZAP finishes. + +

Dependency Updates

+ +As usual the release includes dependency updates. +

+The following libraries were updated: + +

+ +

Add-Ons

+ +

Updated Add-Ons

+All of the add-ons included by default have been updated since the last full release. + +

Enhancements

+ + +

Bug fixes

+ + +

See Also

+ + + + +
    Introductionthe introduction to ZAP
    Releasesthe full set of releases
    Creditsthe people and groups who have made this release possible
+ + diff --git a/addOns/help/src/main/javahelp/contents/releases/releases.html b/addOns/help/src/main/javahelp/contents/releases/releases.html index aa3f4219..98fb5699 100644 --- a/addOns/help/src/main/javahelp/contents/releases/releases.html +++ b/addOns/help/src/main/javahelp/contents/releases/releases.html @@ -11,6 +11,7 @@

Releases

The following releases have been made: + diff --git a/addOns/help/src/main/javahelp/index.xml b/addOns/help/src/main/javahelp/index.xml index f6a1ad76..f9e5c229 100644 --- a/addOns/help/src/main/javahelp/index.xml +++ b/addOns/help/src/main/javahelp/index.xml @@ -90,6 +90,7 @@ + diff --git a/addOns/help/src/main/javahelp/toc.xml b/addOns/help/src/main/javahelp/toc.xml index 9e0b910f..3c1e635a 100644 --- a/addOns/help/src/main/javahelp/toc.xml +++ b/addOns/help/src/main/javahelp/toc.xml @@ -117,6 +117,7 @@ + diff --git a/commonFiles/src/main/resources/map.jhm b/commonFiles/src/main/resources/map.jhm index e095a57c..62459b54 100644 --- a/commonFiles/src/main/resources/map.jhm +++ b/commonFiles/src/main/resources/map.jhm @@ -119,6 +119,7 @@ +
    2.17.0bug fix and enhancement release
    2.16.1bug fix and minor enhancement release
    2.16.0bug fix and enhancement release
    2.15.0bug fix and enhancement release