Skip to content

Commit

Permalink
Merge pull request #1084 from zapbot/add-on-release
Browse files Browse the repository at this point in the history
Release add-on(s)
  • Loading branch information
psiinon authored Dec 19, 2023
2 parents 551f4a9 + ecc633f commit ae14b3e
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 228 deletions.
222 changes: 108 additions & 114 deletions ZapVersions-2.14.xml
Original file line number Diff line number Diff line change
Expand Up @@ -737,30 +737,32 @@
<name>Dev Add-on</name>
<description>An add-on to help with development of ZAP.</description>
<author>ZAP Dev Team</author>
<version>0.3.0</version>
<file>dev-alpha-0.3.0.zap</file>
<version>0.4.0</version>
<file>dev-alpha-0.4.0.zap</file>
<status>alpha</status>
<changes>&lt;h3&gt;Added&lt;/h3&gt;
<changes>&lt;h3&gt;Changed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Auth page where the return key does not submit the form&lt;/li&gt;
&lt;li&gt;Auth page which uses one request and one cookie&lt;/li&gt;
&lt;li&gt;Auth page which uses multiple requests and multiple cookies&lt;/li&gt;
&lt;li&gt;OpenAPI auth and unauth pages&lt;/li&gt;
&lt;li&gt;Update minimum ZAP version to 2.14.0.&lt;/li&gt;
&lt;li&gt;Maintenance changes.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Changed&lt;/h3&gt;
&lt;h3&gt;Added&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Update minimum ZAP version to 2.13.0.&lt;/li&gt;
&lt;li&gt;Added TestAuthDirectory abstract class to reduce duplicated code.&lt;/li&gt;
&lt;li&gt;Add ZAP API endpoint to get the OpenAPI definition of the ZAP API.&lt;/li&gt;
&lt;li&gt;Pages which store a variety of data in localStorage and sessionStorage.&lt;/li&gt;
&lt;/ul&gt;</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/dev-v0.3.0/dev-alpha-0.3.0.zap</url>
<hash>SHA-256:9dc700c105437cb10362f8a88e080b59fc830747e28a864f8c8bad8e3a19db01</hash>
<url>https://github.com/zaproxy/zap-extensions/releases/download/dev-v0.4.0/dev-alpha-0.4.0.zap</url>
<hash>SHA-256:62aafb6593250803449730b423dcb127f7bdcb45991751fcf7f4dc5faa83fb3c</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/dev-add-on/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2023-09-07</date>
<size>98137</size>
<not-before-version>2.13.0</not-before-version>
<date>2023-12-19</date>
<size>126250</size>
<not-before-version>2.14.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>commonlib</id>
<version>&gt;=1.17.0</version>
</addon>
<addon>
<id>network</id>
<version>&gt;=0.7.0</version>
Expand Down Expand Up @@ -1128,25 +1130,19 @@
<name>GraphQL Support</name>
<description>Inspect and attack GraphQL endpoints.</description>
<author>ZAP Dev Team</author>
<version>0.21.0</version>
<file>graphql-alpha-0.21.0.zap</file>
<version>0.22.0</version>
<file>graphql-alpha-0.22.0.zap</file>
<status>alpha</status>
<changes>&lt;h3&gt;Changed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Dependency updates.&lt;/li&gt;
&lt;li&gt;Maintenance changes.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Fixed&lt;/h3&gt;
<changes>&lt;h3&gt;Added&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;The query generator was not using lists and non-null fields to generate queries when the lenient maximum query depth
criteria was met.&lt;/li&gt;
&lt;li&gt;Fingerprinting check for the GraphQL.NET engine.&lt;/li&gt;
&lt;/ul&gt;</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/graphql-v0.21.0/graphql-alpha-0.21.0.zap</url>
<hash>SHA-256:0211a2d453e3673f4a46cea0adca29a0eb51e6c540201771025492081ad6bd2c</hash>
<url>https://github.com/zaproxy/zap-extensions/releases/download/graphql-v0.22.0/graphql-alpha-0.22.0.zap</url>
<hash>SHA-256:cfdf5c43d29ce4e916612a0e07bb800968126184ae6ce5331c23968c4b786c40</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/graphql-support/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2023-11-10</date>
<size>5431677</size>
<date>2023-12-19</date>
<size>5431463</size>
<not-before-version>2.14.0</not-before-version>
<dependencies>
<addons>
Expand Down Expand Up @@ -1642,26 +1638,33 @@ criteria was met.&lt;/li&gt;
<name>Python Scripting</name>
<description>Allows Python to be used for ZAP scripting - templates included</description>
<author>ZAP Dev Team</author>
<version>13</version>
<file>jython-beta-13.zap</file>
<version>14</version>
<file>jython-beta-14.zap</file>
<status>beta</status>
<changes>&lt;h3&gt;Changed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Update minimum ZAP version to 2.13.0.&lt;/li&gt;
&lt;li&gt;Replace usage of singletons with injected variables (e.g. &lt;code&gt;model&lt;/code&gt;, &lt;code&gt;control&lt;/code&gt;) in scripts.&lt;/li&gt;
&lt;li&gt;Update minimum ZAP version to 2.14.0.&lt;/li&gt;
&lt;li&gt;Move &amp;quot;Jython&amp;quot; under &amp;quot;Scripts &amp;gt; Engine&amp;quot; in the Options panel list.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Fixed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Updated encode-decode script templates to conform to the latest method signatures.&lt;/li&gt;
&lt;li&gt;Update the content-length header field after setting the request body in the authentication template.&lt;/li&gt;
&lt;li&gt;Remove the script engine when the add-on is uninstalled.&lt;/li&gt;
&lt;/ul&gt;</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/jython-v13/jython-beta-13.zap</url>
<hash>SHA-256:9ff83016415835e6271a5913057b995c6b784c0c19d328e772f0dc297452103a</hash>
<url>https://github.com/zaproxy/zap-extensions/releases/download/jython-v14/jython-beta-14.zap</url>
<hash>SHA-256:331eba86485a5b3cdb78a34e21a025c4f7efd26d56291c0f6a03a89e89792d08</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/python-scripting/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2023-09-07</date>
<size>43313819</size>
<not-before-version>2.13.0</not-before-version>
<date>2023-12-19</date>
<size>43315476</size>
<not-before-version>2.14.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>scripts</id>
<version>&gt;=44</version>
</addon>
</addons>
</dependencies>
</addon_jython>
<addon>kotlin</addon>
<addon_kotlin>
Expand Down Expand Up @@ -2292,19 +2295,23 @@ criteria was met.&lt;/li&gt;
<name>Report Generation</name>
<description>Official ZAP Reports.</description>
<author>ZAP Dev Team</author>
<version>0.26.0</version>
<file>reports-release-0.26.0.zap</file>
<version>0.27.0</version>
<file>reports-release-0.27.0.zap</file>
<status>release</status>
<changes>&lt;h3&gt;Changed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Update minimum ZAP version to 2.14.0.&lt;/li&gt;
&lt;li&gt;Dependency updates.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Fixed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Addressed warnings caused by Risk and Confidence HTML template.&lt;/li&gt;
&lt;/ul&gt;</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/reports-v0.26.0/reports-release-0.26.0.zap</url>
<hash>SHA-256:528a1f5c7a126075d8dd3ff8244e07e6bf0c8290a573ba22cd2c610a56778a23</hash>
<url>https://github.com/zaproxy/zap-extensions/releases/download/reports-v0.27.0/reports-release-0.27.0.zap</url>
<hash>SHA-256:44870f5d6f7b8c03ccda551fc27ce8543841892d6c8dd7688aecf4d6d7f60609</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/report-generation/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2023-10-12</date>
<size>14143430</size>
<date>2023-12-19</date>
<size>14762554</size>
<not-before-version>2.14.0</not-before-version>
<dependencies>
<addons>
Expand Down Expand Up @@ -2471,33 +2478,23 @@ criteria was met.&lt;/li&gt;
<name>Script Console</name>
<description>Supports all JSR 223 scripting languages</description>
<author>ZAP Dev Team</author>
<version>43</version>
<file>scripts-release-43.zap</file>
<version>44</version>
<file>scripts-release-44.zap</file>
<status>release</status>
<changes>&lt;h3&gt;Added&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Allow setting the tab size and whether to use tabs or spaces for indentation in the console.
The old defaults were to use the tab character with a tab size of 5.
The new defaults are to use spaces with a tab size of 4.&lt;/li&gt;
&lt;li&gt;A gear button to the console toolbar to open the Script Console options screen.&lt;/li&gt;
&lt;li&gt;An enable / disable script button to the console toolbar to toggle enabling the open script.&lt;/li&gt;
&lt;li&gt;Options to allow editing the font name and size used in the console (Issue 8065).&lt;/li&gt;
&lt;li&gt;The shortcut &lt;code&gt;ctrl+S&lt;/code&gt; (&lt;code&gt;cmd+S&lt;/code&gt; on macOS) to save the script in the console.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Changed&lt;/h3&gt;
<changes>&lt;h3&gt;Changed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;The &amp;quot;Save Script&amp;quot; button was moved to the console toolbar.&lt;/li&gt;
&lt;li&gt;Rename &amp;quot;Script Console&amp;quot; in the Options panel list to &amp;quot;Console&amp;quot;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Fixed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Saving the script was causing the &amp;quot;Keep or Replace&amp;quot; dialog to show, even when no external changes were made to the script.&lt;/li&gt;
&lt;li&gt;Prevent GUI initialization in daemon mode when installing the add-on.&lt;/li&gt;
&lt;/ul&gt;</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/scripts-v43/scripts-release-43.zap</url>
<hash>SHA-256:e578f0e44e959d8f529697c6dfc04e390ef1dc7a390b115b880597635c7c3e61</hash>
<url>https://github.com/zaproxy/zap-extensions/releases/download/scripts-v44/scripts-release-44.zap</url>
<hash>SHA-256:01690b34cb95c625f7e9757b45a898fc23d020be4e2ddc88dcc1b01c8a0d430d</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/script-console/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2023-11-13</date>
<size>859959</size>
<date>2023-12-19</date>
<size>878910</size>
<not-before-version>2.14.0</not-before-version>
</addon_scripts>
<addon>selenium</addon>
Expand Down Expand Up @@ -2569,19 +2566,20 @@ The new defaults are to use spaces with a tab size of 4.&lt;/li&gt;
<name>SOAP Support</name>
<description>Imports and scans WSDL files containing SOAP endpoints.</description>
<author>Alberto (albertov91) + ZAP Dev Team</author>
<version>20</version>
<file>soap-beta-20.zap</file>
<version>21</version>
<file>soap-beta-21.zap</file>
<status>beta</status>
<changes>&lt;h3&gt;Changed&lt;/h3&gt;
<changes>&lt;h3&gt;Fixed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Update minimum ZAP version to 2.14.0.&lt;/li&gt;
&lt;li&gt;Use empty values as defined by the Value Generator configuration (Issue 8202).&lt;/li&gt;
&lt;li&gt;Correct generation of values for &lt;code&gt;date&lt;/code&gt; and &lt;code&gt;dateTime&lt;/code&gt;, it would fail with warnings in previous versions.&lt;/li&gt;
&lt;/ul&gt;</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/soap-v20/soap-beta-20.zap</url>
<hash>SHA-256:19d861a64e2cce8cd9cd11e9467baa7829cc292b2076e5d732c3a28825316ba1</hash>
<url>https://github.com/zaproxy/zap-extensions/releases/download/soap-v21/soap-beta-21.zap</url>
<hash>SHA-256:01f9c2145edc93e7201930d73b27fce4bd6792cc5ce11af7bf8048f03ca67445</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/soap-support/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2023-10-12</date>
<size>12846384</size>
<date>2023-12-19</date>
<size>12846321</size>
<not-before-version>2.14.0</not-before-version>
<dependencies>
<addons>
Expand All @@ -2597,20 +2595,20 @@ The new defaults are to use spaces with a tab size of 4.&lt;/li&gt;
<name>Spider</name>
<description>Spider used for automatically finding URIs on a site.</description>
<author>ZAP Dev Team</author>
<version>0.7.0</version>
<file>spider-release-0.7.0.zap</file>
<version>0.8.0</version>
<file>spider-release-0.8.0.zap</file>
<status>release</status>
<changes>&lt;h3&gt;Changed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Update minimum ZAP version to 2.14.0.&lt;/li&gt;
&lt;li&gt;Handle multiple &amp;quot;Link&amp;quot; HTTP Response headers.&lt;/li&gt;
&lt;li&gt;Maintenance changes.&lt;/li&gt;
&lt;/ul&gt;</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/spider-v0.7.0/spider-release-0.7.0.zap</url>
<hash>SHA-256:f8a1c9cb0274357247a155eddf22a917b18d1fa15bec5d8346f541c220d643bf</hash>
<url>https://github.com/zaproxy/zap-extensions/releases/download/spider-v0.8.0/spider-release-0.8.0.zap</url>
<hash>SHA-256:d34817e760a4faf6fbeb3a8a264c6662df537e82dceeab10e088ed69fc6fe7c5</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/spider/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2023-10-12</date>
<size>1149225</size>
<date>2023-12-19</date>
<size>1150808</size>
<not-before-version>2.14.0</not-before-version>
<dependencies>
<addons>
Expand Down Expand Up @@ -2868,59 +2866,59 @@ The new defaults are to use spaces with a tab size of 4.&lt;/li&gt;
<name>Linux WebDrivers</name>
<description>Linux WebDrivers for Firefox and Chrome.</description>
<author>ZAP Dev Team</author>
<version>66</version>
<file>webdriverlinux-release-66.zap</file>
<version>67</version>
<file>webdriverlinux-release-67.zap</file>
<status>release</status>
<changes>&lt;h3&gt;Changed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Update ChromeDriver to 120.0.6099.71.&lt;/li&gt;
&lt;li&gt;Update ChromeDriver to 120.0.6099.109.&lt;/li&gt;
&lt;/ul&gt;</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/webdriverlinux-v66/webdriverlinux-release-66.zap</url>
<hash>SHA-256:fcf776123a92a0068471c1e76f78db5c5daf88b8183ab78b435fd93d794f6234</hash>
<url>https://github.com/zaproxy/zap-extensions/releases/download/webdriverlinux-v67/webdriverlinux-release-67.zap</url>
<hash>SHA-256:70c0e96b0999e9ad875e2b5be36e537248368c21ee220f1008156df98a54545c</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/linux-webdrivers/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2023-12-07</date>
<size>17369675</size>
<date>2023-12-19</date>
<size>17414249</size>
<not-before-version>2.14.0</not-before-version>
</addon_webdriverlinux>
<addon>webdrivermacos</addon>
<addon_webdrivermacos>
<name>MacOS WebDrivers</name>
<description>MacOS WebDrivers for Firefox and Chrome.</description>
<author>ZAP Dev Team</author>
<version>66</version>
<file>webdrivermacos-release-66.zap</file>
<version>67</version>
<file>webdrivermacos-release-67.zap</file>
<status>release</status>
<changes>&lt;h3&gt;Changed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Update ChromeDriver to 120.0.6099.71.&lt;/li&gt;
&lt;li&gt;Update ChromeDriver to 120.0.6099.109.&lt;/li&gt;
&lt;/ul&gt;</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/webdrivermacos-v66/webdrivermacos-release-66.zap</url>
<hash>SHA-256:609deb56518a93d2a104757150e21b75bde8724df07bc935bb6568b878bad3b9</hash>
<url>https://github.com/zaproxy/zap-extensions/releases/download/webdrivermacos-v67/webdrivermacos-release-67.zap</url>
<hash>SHA-256:19408bd498012e50a2807c85148d2a3ea3673c0ac42ded2e0b48fad2ef460bb1</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/macos-webdrivers/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2023-12-07</date>
<size>20551451</size>
<date>2023-12-19</date>
<size>20546337</size>
<not-before-version>2.14.0</not-before-version>
</addon_webdrivermacos>
<addon>webdriverwindows</addon>
<addon_webdriverwindows>
<name>Windows WebDrivers</name>
<description>Windows WebDrivers for Firefox and Chrome.</description>
<author>ZAP Dev Team</author>
<version>66</version>
<file>webdriverwindows-release-66.zap</file>
<version>67</version>
<file>webdriverwindows-release-67.zap</file>
<status>release</status>
<changes>&lt;h3&gt;Changed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Update ChromeDriver to 120.0.6099.71.&lt;/li&gt;
&lt;li&gt;Update ChromeDriver to 120.0.6099.109.&lt;/li&gt;
&lt;/ul&gt;</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/webdriverwindows-v66/webdriverwindows-release-66.zap</url>
<hash>SHA-256:b72be9688be19611cc0027e31ff53225c8d14752456cb00e22e6f088af57b274</hash>
<url>https://github.com/zaproxy/zap-extensions/releases/download/webdriverwindows-v67/webdriverwindows-release-67.zap</url>
<hash>SHA-256:66c1d6c08c12b965a0b5fb710ab71fde1983b81ac04d33656b189b1aedeec8d3</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/windows-webdrivers/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2023-12-07</date>
<size>18083040</size>
<date>2023-12-19</date>
<size>18085388</size>
<not-before-version>2.14.0</not-before-version>
</addon_webdriverwindows>
<addon>websocket</addon>
Expand Down Expand Up @@ -2949,24 +2947,19 @@ The new defaults are to use spaces with a tab size of 4.&lt;/li&gt;
<name>Zest - Graphical Security Scripting Language</name>
<description>A graphical security scripting language, ZAPs macro language on steroids</description>
<author>ZAP Dev Team</author>
<version>42</version>
<file>zest-beta-42.zap</file>
<version>43</version>
<file>zest-beta-43.zap</file>
<status>beta</status>
<changes>&lt;h3&gt;Changed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Update minimum ZAP version to 2.14.0.&lt;/li&gt;
&lt;li&gt;Update Zest library to 0.20.0:
&lt;ul&gt;
&lt;li&gt;Update Selenium to version 4.14.0.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Move &amp;quot;Zest&amp;quot; under &amp;quot;Scripts &amp;gt; Engine&amp;quot; in the Options panel list.&lt;/li&gt;
&lt;/ul&gt;</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/zest-v42/zest-beta-42.zap</url>
<hash>SHA-256:22a68c894d59a42cad2adef2c9e9c5803b04272b6053761528a55f5733706454</hash>
<url>https://github.com/zaproxy/zap-extensions/releases/download/zest-v43/zest-beta-43.zap</url>
<hash>SHA-256:b0e23a81e6c83d1195747cf7537e77b9d70c434ab8da19178be220cc6e31795d</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/zest/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2023-10-12</date>
<size>5601653</size>
<date>2023-12-19</date>
<size>5596944</size>
<not-before-version>2.14.0</not-before-version>
<dependencies>
<addons>
Expand All @@ -2980,6 +2973,7 @@ The new defaults are to use spaces with a tab size of 4.&lt;/li&gt;
</addon>
<addon>
<id>scripts</id>
<version>&gt;=44</version>
</addon>
<addon>
<id>selenium</id>
Expand Down
Loading

0 comments on commit ae14b3e

Please sign in to comment.