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.13.0.html
+79Lines changed: 79 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,86 @@ <H1>Release 2.13.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.12.0.
15
+
<br><br>
16
+
Some of the more significant enhancements include:
17
+
18
+
<H3>HTTP/2 Support</H3>
19
+
20
+
HTTP/2 is now supported, with no configuration changes required.
21
+
<br><br>
22
+
If you proxy HTTP/2 traffic through ZAP then ZAP will make the same HTTP/2 requests to the target.
23
+
Any tools that work on proxied requests will also automatically use HTTP/2.
24
+
25
+
<H3>Improved Authentication Handling</H3>
26
+
27
+
ZAP authentication handling has been significantly overhauled, and ZAP can now auto-authenticate to many web apps by just supplying the URL of the login page along with the credentials.
28
+
29
+
<H3>Mac Silicon Support</H3>
30
+
31
+
Mac Silicon is now supported via a new <ahref="https://www.zaproxy.org/download/#main">installer</a>
32
+
and in the <ahref="https://www.zaproxy.org/download/#docker">Docker images</a>.
33
+
34
+
<H3>GitHub Container Registry</H3>
35
+
36
+
As explained in <ahref="https://www.zaproxy.org/blog/2023-06-13-ghcr-docker-images/">this blog post</a>
37
+
the ZAP Docker images are now also available in the GitHub Container Registry.
38
+
<br><br>
39
+
This may well be a better alternative for many users as, unlike Docker Hub, there is currently no rate limiting on pulls.
40
+
41
+
<H3>Default Threads</H3>
42
+
43
+
All of the "attack" tools which use threading, including both spiders and active scanner, have been changed to use 2x the number of processors as the default number of threads. Using more threads has been shown to significantly reduce the time the scanners take to run.
44
+
45
+
<H3>Network Rate Limiting</H3>
46
+
47
+
The Network add-on now supports a rate limiting feature which allows you to limit the request rate of HTTP/HTTPS (not web sockets) traffic to hosts or domains to prevent overloading the target or being blocked.
48
+
For more details see the <ahref="https://www.zaproxy.org/docs/desktop/addons/network/options/ratelimit/">Rate Limit</a> help page.
49
+
<br><br>
50
+
Note that the Active Scan <ahref="https://www.zaproxy.org/docs/desktop/ui/dialogs/options/ascan/#delay-when-scanning-in-milliseconds">Delay When Scanning</a>
51
+
feature has been deprecated and will be removed in a future release.
52
+
53
+
<H3>Network Global Exclusions</H3>
54
+
55
+
The Global Exclusions functionality has been moved to the Network add-on. This will allow us to update it more easily to keep
56
+
up with browser changes.
57
+
58
+
<h3>Scan Rule Promotions</h3>
59
+
60
+
The following <b>Active</b> scan rules have been promoted to <b>Release</b> status:
0 commit comments