Skip to content

Commit 76e42a0

Browse files
authored
Merge pull request #526 from psiinon/release/2.14-headline
Update 2.14 page with headline changes
2 parents bfb259b + d4f895c commit 76e42a0

File tree

1 file changed

+76
-0
lines changed
  • addOns/help/src/main/javahelp/contents/releases

1 file changed

+76
-0
lines changed

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

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,78 @@ <H1>Release 2.14.0</H1>
1212
This is a bug fix and enhancement release.
1313
<br>
1414
These release notes do not include all of the changes included in add-ons updated since 2.13.0.
15+
<p>
16+
This release was made possible thanks to our Platinum Sponsor, the <a href="https://softwaresecurityproject.org/">Software Security Project</a>.
17+
<p>
18+
Some of the more significant enhancements include:
19+
20+
<H3>Rebranding and Docker Hub Move</H3>
21+
22+
ZAP has had some minor rebranding changes as a result of the <a href="https://www.zaproxy.org/blog/2023-08-01-zap-is-joining-the-software-security-project/">move to the Software Security Project</a>.
23+
<p>
24+
As part of that move the official ZAP Docker images are being published to the
25+
<a href="https://hub.docker.com/u/softwaresecurityproject">Software Security Project Docker Hub Organisation</a>.
26+
The OWASP images should continue to work for now but we recommend you change to use the new ones ASAP.
27+
<p>
28+
Note that you can also pull the ZAP Docker images from <a href="https://github.com/zaproxy/zaproxy/pkgs/container/zaproxy/versions?filters%5Bversion_type%5D=tagged">GitHub Container Registry</a>.
29+
30+
<H3>Host Header Manipulation</H3>
31+
32+
Host headers can now be manipulated in ZAP - we know many of you have been waiting for this for a long time!
33+
34+
The Break, Manual Request and Requester dialogs all have a new "Update Host Header" button.
35+
This is enabled by default (to keep backwards compatibility) but if you turn this off then you will be able to specify your own host headers which will be sent to the target site.
36+
37+
<H3>ZAPit</H3>
38+
39+
This release adds a new `-zapit` command line option to perform a quick ‘reconnaissance’ scan of the URL specified.
40+
41+
For more details see the <a href="https://www.zaproxy.org/docs/desktop/addons/quick-start/zapit/">ZAPit help page</a>
42+
43+
<H3>API File Transfers</H3>
44+
45+
You can now upload and download files to and from ZAP via the API.
46+
Note that this feature is disabled by default as a security measure.
47+
48+
For more details, including how to enable it, see the <a href="https://www.zaproxy.org/docs/desktop/start/features/api/#filexfer">API</a> help page.
49+
50+
<H3>Graal JS Add-on Access</H3>
51+
52+
Since Oracle removed removed the Nashorn JavaScript engine from Java 15 anyone using Java 15+ has had to rely on the Graal JS add-on for JavaScript support.
53+
Unfortunately due to classloader issues it was not able to access add-on classes, which significantly limited its functionality.
54+
<p>
55+
These issues have now been resolved which means that Graal JS is the recommended JavaScript engine to use in ZAP.
56+
Note that existing Nashorn scripts may need changes to work with Graal JS.
57+
58+
<H3>Postman Support</H3>
59+
60+
ZAP can now import Postman collections thanks to the new <a href="https://www.zaproxy.org/docs/desktop/addons/postman-support/">Postman</a> add-on.
61+
62+
<H3>SBOMs</H3>
63+
64+
ZAP includes a runtime Software Bill of Materials (SBOM) generated by <a href="https://cyclonedx.org/">CycloneDX</a>
65+
for both the ZAP core and all of the add-ons maintained by the ZAP team.
66+
67+
For more details see the <a href="https://www.zaproxy.org/docs/desktop/start/features/sbom/">Software Bill of Materials</a> help page.
68+
69+
<H3>ZAP API OpenAPI Definition</H3>
70+
71+
An <a href="https://swagger.io/">OpenAPI definition</a> for the ZAP API is <a href="https://raw.githubusercontent.com/zaproxy/zap-api-docs/main/openapi.yaml">available in the main repository</a>, which can be used to generate custom API clients.
72+
This definition is planned to be kept up to date for the latest core and add-on releases.
73+
<p>
74+
Note that currently the definition does not declare the most appropriate types for the parameters and does not contain the responses.
75+
76+
<H3>ZAP Browser Extensions</H3>
77+
78+
The eagle-eyed among you may have noticed that there are now ZAP Firefox and Chrome extensions: https://github.com/zaproxy/browser-extension
79+
80+
These are included in the new <a href="https://www.zaproxy.org/docs/desktop/addons/client-side-integration/">Client Side Integration</a> add-on which supports:
81+
82+
* <a href="https://www.zaproxy.org/blog/2023-09-11-browser-recorder/">Browser Recording</a>
83+
* Streaming client side events to ZAP
84+
85+
This is not (yet) included in the main ZAP releases so you will need to download it from the
86+
<a href="https://www.zaproxy.org/addons/">Marketplace</a>.
1587

1688
<h3>Dependency Updates</h3>
1789

@@ -57,6 +129,9 @@ <H2>Enhancements</H2>
57129
<li><a href="https://github.com/zaproxy/zaproxy/issues/8067">Issue 8067</a> : Allow to disable modification of multiple options</li>
58130
<li><a href="https://github.com/zaproxy/zaproxy/issues/8070">Issue 8070</a> : Prevent concurrent usage of ZAP home</li>
59131
<li><a href="https://github.com/zaproxy/zaproxy/issues/8089">Issue 8089</a> : Break: Allow host header manipulation</li>
132+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8101">Issue 8101</a> : Extend ScanEventPublisher to support params</li>
133+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8109">Issue 8109</a> : Make SBOM zip available via GUI, cmdline and API.</li>
134+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8118">Issue 8118</a> : Record config stats</li>
60135
</ul>
61136

62137
<H2>Bug fixes</H2>
@@ -67,6 +142,7 @@ <H2>Bug fixes</H2>
67142
<li><a href="https://github.com/zaproxy/zaproxy/issues/8028">Issue 8028</a> : Set the view to `ExtensionAdaptor` sooner</li>
68143
<li><a href="https://github.com/zaproxy/zaproxy/issues/8055">Issue 8055</a> : Include country name for duplicated languages</li>
69144
<li><a href="https://github.com/zaproxy/zaproxy/issues/8068">Issue 8068</a> : Use the current database body size values</li>
145+
<li><a href="https://github.com/zaproxy/zaproxy/issues/8111">Issue 8111</a> : Raw HTML displayed in options panels for search matches</li>
70146
</ul>
71147

72148

0 commit comments

Comments
 (0)