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.14.0.html
+76Lines changed: 76 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,78 @@ <H1>Release 2.14.0</H1>
12
12
This is a bug fix and enhancement release.
13
13
<br>
14
14
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 <ahref="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 <ahref="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
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 <ahref="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 <ahref="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 <ahref="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 <ahref="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 <ahref="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 <ahref="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 <ahref="https://swagger.io/">OpenAPI definition</a> for the ZAP API is <ahref="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 <ahref="https://www.zaproxy.org/docs/desktop/addons/client-side-integration/">Client Side Integration</a> add-on which supports:
0 commit comments