You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addOns/help/src/main/javahelp/contents/releases/2.10.0.html
+45-2Lines changed: 45 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -57,17 +57,60 @@ <H3>Cached Scripts</H3>
57
57
<li>Proxy</li>
58
58
</ul>
59
59
60
-
<H2>New Add-Ons</H2>
60
+
<H2>Add-Ons</H2>
61
+
<H3>New Add-Ons</H3>
61
62
The following add-ons are included by default in this release for the first time:
62
63
<ul>
63
64
<li><ahref="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>
64
65
<li><ahref="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>
65
66
<li><ahref="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>
66
67
<li><ahref="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><ahref="https://www.zaproxy.org/docs/desktop/addons/graphql-support/">GraphQL Supprt</a> - allows you to import and active scan GraphQL definitions</li>
68
+
<li><ahref="https://www.zaproxy.org/docs/desktop/addons/graphql-support/">GraphQL Support</a> - allows you to import and active scan GraphQL definitions</li>
68
69
<li><ahref="https://www.zaproxy.org/docs/desktop/addons/retire.js/">Retire.js</a> - a Passive Scan rule which implements checks provided by <ahref="https://retirejs.github.io/retire.js/">Retire.js</a> in order to identify vulnerable or out-dated JavaScript packages</li>
70
+
<li><ahref="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>
69
71
</ul>
70
72
73
+
<H3>Updated Add-Ons</H3>
74
+
The following add-ons have been updated since the last full release:
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 <ahref="https://github.com/zaproxy/zaproxy/blob/develop/docker/CHANGELOG.md">CHANGELOG.md</a>.
0 commit comments