|
| 1 | +--- |
| 2 | +title: "ZAP Updates - July 2025" |
| 3 | +summary: > |
| 4 | + Authentication improvements, Edge support, timing rule changes, Docker news, and a new scan rule. |
| 5 | +images: |
| 6 | +- https://www.zaproxy.org/blog/2025-08-01-zap-updates-july-2025/images/zapbot-monthly-updates.png |
| 7 | +type: post |
| 8 | +tags: |
| 9 | +- blog |
| 10 | +- update |
| 11 | +date: "2025-08-01" |
| 12 | +authors: |
| 13 | +- simon |
| 14 | +--- |
| 15 | + |
| 16 | +## Highlights |
| 17 | + |
| 18 | +### Authentication Changes |
| 19 | + |
| 20 | +We published a blog on the [Authentication improvements](/blog/2025-07-03-authentication-improvements/) at the start |
| 21 | +of the month, but we have also been carrying on with more improvements. |
| 22 | + |
| 23 | +More news about these improvements soon! |
| 24 | + |
| 25 | +### Edge Support |
| 26 | + |
| 27 | +ZAP now [supports Microsoft Edge](/blog/2025-07-10-edge-support/) as a “tier 1” browser, joining Firefox and Chrome. |
| 28 | + |
| 29 | +### Timing Rule Changes |
| 30 | + |
| 31 | +This month we also announced a set of [Time Based Scan Rule Changes](/blog/2025-07-22-timing-rule-changes/). |
| 32 | +These changes will provide you with greater flexibility in creating scan policies. |
| 33 | + |
| 34 | +### New "ZAP is Out of Date" Scan Rule |
| 35 | + |
| 36 | +Last week we published a [New 'ZAP is Out of Date' Rule](/blog/2025-07-25-the-new-zap-is-out-of-date-rule/), |
| 37 | +and back-ported it to ZAP versions 2.14 and 2.15. |
| 38 | + |
| 39 | +Based on our telemetry we can see that on Wednesday 30th July over __25 thousand__ of these alerts were raised! |
| 40 | + |
| 41 | +Hopefully they will encourage more of you to update to the [latest version of ZAP](/download/)! |
| 42 | + |
| 43 | +### SSP Docker Images |
| 44 | + |
| 45 | +In another attempt to encourage you all to use the latest version of ZAP, we announced on the |
| 46 | +[ZAP User Group](https://groups.google.com/g/zaproxy-users/c/59-3Sd9OW4c/m/CV4VBZOMAgAJ), |
| 47 | +[Twitter/X](https://x.com/zaproxy/status/1949776277554057683), |
| 48 | +[Mastodon](https://infosec.exchange/@zaproxy/114930343459572118), and |
| 49 | +[Bluesky](https://bsky.app/profile/zaproxy.org/post/3luzegzcqps2i) |
| 50 | +that we will be deleting the Software Security Project Docker Hub Docker images. |
| 51 | + |
| 52 | +Don't worry, we still maintain ZAP Docker images on both Docker Hub and GHCR as per the |
| 53 | +[Docker](/download/#docker) section of the Download page. |
| 54 | + |
| 55 | +### The Origin of ZAPbot |
| 56 | + |
| 57 | +Last, but definitely not least, those of you on LinkedIn can read about how [Lisa Raynaud created ZAPbot](https://www.linkedin.com/posts/lisa-raynaud-studio_branddesign-mascotdesign-techbranding-activity-7355973895960596481-cVtq) :grin: |
| 58 | + |
| 59 | +## GitHub Pulse |
| 60 | +Here are some statistics for the two main ZAP repositories: |
| 61 | + |
| 62 | +[zaproxy](https://github.com/zaproxy/zaproxy/pulse/monthly) |
| 63 | +Excluding merges, 6 authors have pushed 12 commits to main and 12 commits to all branches. On main, 42 files have changed and there have been 277 additions and 151 deletions. |
| 64 | + |
| 65 | +[zap-extensions](https://github.com/zaproxy/zap-extensions/pulse/monthly) |
| 66 | +Excluding merges, 7 authors have pushed 88 commits to main and 92 commits to all branches. On main, 1,708 files have changed and there have been 72,176 additions and 3,535 deletions. |
| 67 | + |
| 68 | +A total of [87 human PRs were merged](https://github.com/search?q=org%3Azaproxy+type%3Apr+-author%3Azapbot+-author%3Aapp%2Fdependabot+sort%3Aupdated-asc+closed%3A2025-07+is%3Amerged&type=pullrequests) on the ZAP repos. |
| 69 | + |
| 70 | +## Released Add-ons - Full Changelog |
| 71 | +In July 2025, we released updated versions of 15 add-ons: |
| 72 | + |
| 73 | +##### Passive scanner rules |
| 74 | +**v61.1.0** |
| 75 | +Added |
| 76 | +- A ZAP is Out of Date rule. |
| 77 | + |
| 78 | +Changed |
| 79 | +- Updated help with specific Category identifiers for use with the Custom Payloads add-on for rules: |
| 80 | + - Application Error Disclosure |
| 81 | + - Information Disclosure - Suspicious Comments |
| 82 | + - Username Hash Found |
| 83 | + |
| 84 | +##### Ajax Spider |
| 85 | +**v23.25.0** |
| 86 | +Fixed |
| 87 | +- Correct configuration key for Logout Avoidance (Issue 8994). |
| 88 | +- Error logs to always include stack trace. |
| 89 | + |
| 90 | +##### Authentication Helper |
| 91 | +**v0.27.0** |
| 92 | +Added |
| 93 | +- Support for recorded scripts in the Authentication Tester. |
| 94 | + |
| 95 | +Changed |
| 96 | +- Updated to depend on Zest add-on 48.8.0. |
| 97 | + |
| 98 | +##### Automation Framework |
| 99 | +**v0.51.0** |
| 100 | +Added |
| 101 | +- Support for exclude regexes to active scan config job. |
| 102 | +- Always run option for all jobs. |
| 103 | +- Support for data driven nodes in plan (not yet in the UI). |
| 104 | + |
| 105 | +Changed |
| 106 | +- Job remains selected when moved in the GUI. |
| 107 | + |
| 108 | +##### Common Library |
| 109 | +**v1.34.0** |
| 110 | +Added |
| 111 | +- Added Alert Tags for PCI DSS and HIPAA standards. |
| 112 | +- Added a help page for the alert tags provided through this add-on. |
| 113 | + |
| 114 | +##### DOM XSS Active scanner rule |
| 115 | +**v22** |
| 116 | +Changed |
| 117 | +- Allow to use Edge. |
| 118 | +- Depend on newer version of Selenium add-on. |
| 119 | +- Maintenance changes. |
| 120 | + |
| 121 | +##### Linux WebDrivers |
| 122 | +**v150** |
| 123 | +Changed |
| 124 | +- Update ChromeDriver to 138.0.7204.183. |
| 125 | + |
| 126 | +**v149** |
| 127 | +Changed |
| 128 | +- Update ChromeDriver to 138.0.7204.168. |
| 129 | + |
| 130 | +**v148** |
| 131 | +Changed |
| 132 | +- Update ChromeDriver to 138.0.7204.157. |
| 133 | + |
| 134 | +**v147** |
| 135 | +Changed |
| 136 | +- Update ChromeDriver to 138.0.7204.94. |
| 137 | + |
| 138 | +**v146** |
| 139 | +Changed |
| 140 | +- Update ChromeDriver to 138.0.7204.92. |
| 141 | + |
| 142 | +##### MacOS WebDrivers |
| 143 | +**v150** |
| 144 | +Changed |
| 145 | +- Update ChromeDriver to 138.0.7204.183. |
| 146 | + |
| 147 | +**v149** |
| 148 | +Changed |
| 149 | +- Update ChromeDriver to 138.0.7204.168. |
| 150 | + |
| 151 | +**v148** |
| 152 | +Changed |
| 153 | +- Update ChromeDriver to 138.0.7204.157. |
| 154 | + |
| 155 | +**v147** |
| 156 | +Changed |
| 157 | +- Update ChromeDriver to 138.0.7204.94. |
| 158 | + |
| 159 | +**v146** |
| 160 | +Changed |
| 161 | +- Update ChromeDriver to 138.0.7204.92. |
| 162 | + |
| 163 | +##### Passive scanner rules |
| 164 | +**v66** |
| 165 | +Added |
| 166 | +- The Reverse Tabnabbing and Retrieved from Cache scan rules now have CWE references. |
| 167 | +- A ZAP is Out of Date rule. |
| 168 | + |
| 169 | +**v57.1.0** |
| 170 | +Added |
| 171 | +- A ZAP is Out of Date rule. |
| 172 | + |
| 173 | +Changed |
| 174 | +- The library (htmlunit-csp) used by the Content Security Policy scan rule was updated to v4.0.0, which includes support for the wasm-unsafe-eval source expression. |
| 175 | + |
| 176 | +Fixed |
| 177 | +- A typo in the Other Info of one of the Retrieved from Cache Alerts. |
| 178 | + |
| 179 | + |
| 180 | +##### Quick Start |
| 181 | +**v52** |
| 182 | +Added |
| 183 | +- Add icon for Edge browser. |
| 184 | + |
| 185 | +##### Retire.js |
| 186 | +**v0.48.0** |
| 187 | +Changed |
| 188 | +- Updated with upstream retire.js pattern changes. |
| 189 | + |
| 190 | +##### Selenium |
| 191 | +**v15.39.0** |
| 192 | +Added |
| 193 | +- Allow to use Edge browser. |
| 194 | + |
| 195 | +**v15.38.0** |
| 196 | +Changed |
| 197 | +- Update Selenium to version 4.34.0. |
| 198 | + |
| 199 | +##### Technology Detection |
| 200 | +**v21.47.0** |
| 201 | +Changed |
| 202 | +- Updated with enthec upstream icon and pattern changes. |
| 203 | + |
| 204 | +##### Windows WebDrivers |
| 205 | +**v150** |
| 206 | +Changed |
| 207 | +- Update ChromeDriver to 138.0.7204.183. |
| 208 | + |
| 209 | +**v149** |
| 210 | +Changed |
| 211 | +- Update ChromeDriver to 138.0.7204.168. |
| 212 | + |
| 213 | +**v148** |
| 214 | +Changed |
| 215 | +- Update ChromeDriver to 138.0.7204.157. |
| 216 | + |
| 217 | +**v147** |
| 218 | +Changed |
| 219 | +- Update ChromeDriver to 138.0.7204.94. |
| 220 | + |
| 221 | +**v146** |
| 222 | +Changed |
| 223 | +- Update ChromeDriver to 138.0.7204.92. |
| 224 | + |
| 225 | +##### Zest - Graphical Security Scripting Language |
| 226 | +**v48.8.0** |
| 227 | +Added |
| 228 | +- New extension level method for recording client scripts. |
| 229 | + |
| 230 | +Changed |
| 231 | +- Fail fast on client errors. |
| 232 | +- Update Zest library to 0.31.0: |
| 233 | + - Update Selenium to version 4.34.0. |
| 234 | + |
0 commit comments