Skip to content

Commit 1ef09ae

Browse files
authored
Merge pull request #342 from psiinon/2.10/release
2.10 release
2 parents 9cb38fc + caeda3b commit 1ef09ae

File tree

4 files changed

+50
-5
lines changed

4 files changed

+50
-5
lines changed

addOns/addOns.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ subprojects {
3434
}
3535

3636
zapAddOn {
37-
zapVersion.set("2.7.0")
37+
zapVersion.set("2.9.0")
3838

3939
releaseLink.set(project.provider { "https://github.com/zaproxy/zap-core-help/releases/${zapAddOn.addOnId.get()}-v@CURRENT_VERSION@" })
4040

addOns/help/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ All notable changes to this add-on will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## Unreleased
6+
## [11] - 2020-12-16
77

8+
- Update for 2.10.0 release.
89

910
## [10] - 2020-01-17
1011

@@ -43,5 +44,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4344

4445
- First version.
4546

47+
[11]: https://github.com/zaproxy/zap-core-help/releases/help-v11
4648
[10]: https://github.com/zaproxy/zap-core-help/releases/help-v10
4749
[9]: https://github.com/zaproxy/zap-core-help/releases/help-v9

addOns/help/help.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ zapAddOn {
88

99
manifest {
1010
url.set("https://www.zaproxy.org/docs/desktop/")
11-
notBeforeVersion.set("2.9.0")
11+
notBeforeVersion.set("2.10.0")
1212
}
1313
}

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

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,60 @@ <H3>Cached Scripts</H3>
5757
<li>Proxy</li>
5858
</ul>
5959

60-
<H2>New Add-Ons</H2>
60+
<H2>Add-Ons</H2>
61+
<H3>New Add-Ons</H3>
6162
The following add-ons are included by default in this release for the first time:
6263
<ul>
6364
<li><a href="https://www.zaproxy.org/docs/desktop/addons/encode-decode-hash/">Advanced Encode / Decode / Hash dialog</a> - this replaces the old core encode/decode/hash dialog</li>
6465
<li><a href="https://www.zaproxy.org/docs/desktop/addons/dom-xss-active-scan-rule/">DOM XSS Scan Rule</a> - an Active Scan rule for detecting DOM XSS vulnerabilities</li>
6566
<li><a href="https://www.zaproxy.org/docs/desktop/addons/form-handler/">Form Handler</a> - allows for the custom configuration of values used in forms based on field names</li>
6667
<li><a href="https://www.zaproxy.org/docs/desktop/addons/graalvm-javascript/">GraalVM JavaScript</a> - included as Java 15+ no longer includes the Oracle Nashorn JavaScript engine</li>
67-
<li><a href="https://www.zaproxy.org/docs/desktop/addons/graphql-support/">GraphQL Supprt</a> - allows you to import and active scan GraphQL definitions</li>
68+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/graphql-support/">GraphQL Support</a> - allows you to import and active scan GraphQL definitions</li>
6869
<li><a href="https://www.zaproxy.org/docs/desktop/addons/retire.js/">Retire.js</a> - a Passive Scan rule which implements checks provided by <a href="https://retirejs.github.io/retire.js/">Retire.js</a> in order to identify vulnerable or out-dated JavaScript packages</li>
70+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/soap-support/">SOAP Support</a> - allows you to import and active scan WSDL files containing SOAP endpoints</li>
6971
</ul>
7072

73+
<H3>Updated Add-Ons</H3>
74+
The following add-ons have been updated since the last full release:
75+
<ul>
76+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/ajax-spider/">Ajax Spider</a></li>
77+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/active-scan-rules/">Active Scan Rules</a></li>
78+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/forced-browse/">Forced Browse</a></li>
79+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/fuzzer/">Fuzzing</a></li>
80+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/getting-started-guide/">Getting Started Guide</a></li>
81+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/hud/">The HUD</a></li>
82+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/online-menu/">Online Menu</a></li>
83+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/openapi-support/">OpenAPI Support</a></li>
84+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/passive-scan-rules/">Passive Scan Rules</a></li>
85+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/quick-start/">Quick Start</a></li>
86+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/script-console/">Script Console</a></li>
87+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/selenium/">Selenium</a></li>
88+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/linux-webdrivers/">Linux WebDrivers</a></li>
89+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/macos-webdrivers/">MacOS WebDrivers</a></li>
90+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/windows-webdrivers/">Windows WebDrivers</a></li>
91+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/websockets/">WebSockets</a></li>
92+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/zest/">Zest</a></li>
93+
</ul>
94+
95+
<H2>Docker Updates</H2>
96+
The following changes are included in the latest Stable Docker image:
97+
<ul>
98+
<li>Update Webswing to latest version (20.2.1) to work with newer Java versions.</li>
99+
<li>Update Java in stable image to version 11.</li>
100+
<li>Add support for authenticated scans.</li>
101+
<li>Add zap_tune function (disable all tags and limit pscan alerts to 10), zap_tuned hook and disable recovery log.</li>
102+
<li>Update zap-api-scan.py to add support for GraphQL.</li>
103+
<li>Fail immediately if the spider scans were not started to provide better error message.</li>
104+
<li>Packaged scans will use the provided context when spidering and active scanning.</li>
105+
<li>Add `IS_CONTAINERIZED` environment variable to the container image, used in the python script to check for containerized environments (e.g. containerd) without relying on container runtime specific files.</li>
106+
<li>Make podman compatible</li>
107+
<li>Make docker stable use ubuntu 20.04</li>
108+
<li>Make `python` command use Python 3.</li>
109+
<li>Removed python 2, only python 3 will be supported going forward.</li>
110+
<li>Changed zap-full-scan.py and zap-api-scan.py to include the -I option to ignore only warning used by zap-baseline-scan.py</li>
111+
</ul>
112+
For full list of changes made to the docker images see the docker <a href="https://github.com/zaproxy/zaproxy/blob/develop/docker/CHANGELOG.md">CHANGELOG.md</a>.
113+
71114
<H2>Changes in Bundled Libraries</H2>
72115
The following libraries were updated:
73116
<ul>

0 commit comments

Comments
 (0)