Skip to content

Commit 46652bd

Browse files
authored
Merge pull request #1897 from zapbot/update-site-content
Update site content
2 parents 0d110e5 + 1672fc9 commit 46652bd

17 files changed

Lines changed: 399 additions & 38 deletions

File tree

authors/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,20 +122,20 @@ <h1 class="text--white">Author: Authors</h1>
122122

123123
<article class="blog-post-preview pt-20 pb-20">
124124
<h3 class="mb-10">
125-
<a href="/authors/5ubterranean/">5ubterranean</a>
125+
<a href="/authors/simon/">Simon</a>
126126
</h3>
127127
<section class="p-10 bg--blue-lightest mb-10 mt-10 smaller-text text--blue-dark">
128-
Last Posted <span class="post-date">Wednesday October 15, 2025</span>
128+
Last Posted <span class="post-date">Tuesday October 21, 2025</span>
129129
</section>
130130
<section class="summary"></section>
131131
</article>
132132

133133
<article class="blog-post-preview pt-20 pb-20">
134134
<h3 class="mb-10">
135-
<a href="/authors/simon/">Simon</a>
135+
<a href="/authors/5ubterranean/">5ubterranean</a>
136136
</h3>
137137
<section class="p-10 bg--blue-lightest mb-10 mt-10 smaller-text text--blue-dark">
138-
Last Posted <span class="post-date">Wednesday October 1, 2025</span>
138+
Last Posted <span class="post-date">Wednesday October 15, 2025</span>
139139
</section>
140140
<section class="summary"></section>
141141
</article>

authors/index.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
<description>Recent content in Authors on ZAP</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Wed, 15 Oct 2025 00:00:00 +0000</lastBuildDate>
9+
<lastBuildDate>Tue, 21 Oct 2025 00:00:00 +0000</lastBuildDate>
1010
<atom:link href="/authors/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>Simon</title>
13+
<link>/authors/simon/</link>
14+
<pubDate>Tue, 21 Oct 2025 00:00:00 +0000</pubDate>
15+
<guid>/authors/simon/</guid>
16+
<description></description>
17+
</item>
1118
<item>
1219
<title>5ubterranean</title>
1320
<link>/authors/5ubterranean/</link>
1421
<pubDate>Wed, 15 Oct 2025 00:00:00 +0000</pubDate>
1522
<guid>/authors/5ubterranean/</guid>
1623
<description></description>
1724
</item>
18-
<item>
19-
<title>Simon</title>
20-
<link>/authors/simon/</link>
21-
<pubDate>Wed, 01 Oct 2025 00:00:00 +0000</pubDate>
22-
<guid>/authors/simon/</guid>
23-
<description></description>
24-
</item>
2525
<item>
2626
<title>Akshath</title>
2727
<link>/authors/akshath/</link>

authors/simon/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,16 @@ <h1 class="text--white">Author: Simon</h1>
120120
<div class="flex latest-versions">
121121
<div class="col-2-3 pr-30">
122122

123+
<article class="blog-post-preview pt-20 pb-20">
124+
<h3 class="mb-10">
125+
<a href="/blog/2025-10-21-zap-was-not-so-silent/">SHH! ZAP Was Not So Silent</a>
126+
</h3>
127+
<section class="p-10 bg--blue-lightest mb-10 mt-10 smaller-text text--blue-dark">
128+
Last Posted <span class="post-date">Tuesday October 21, 2025</span>
129+
</section>
130+
<section class="summary">A new ZAP scan rule unintentionally caused a Check for Updates call even when &ldquo;silent&rdquo; mode was used.</section>
131+
</article>
132+
123133
<article class="blog-post-preview pt-20 pb-20">
124134
<h3 class="mb-10">
125135
<a href="/blog/2025-10-01-zap-updates-september-2025/">ZAP Updates - September 2025</a>

authors/simon/index.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@
66
<description>Recent content in Simon on ZAP</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Wed, 01 Oct 2025 00:00:00 +0000</lastBuildDate>
9+
<lastBuildDate>Tue, 21 Oct 2025 00:00:00 +0000</lastBuildDate>
1010
<atom:link href="/authors/simon/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>SHH! ZAP Was Not So Silent</title>
13+
<link>/blog/2025-10-21-zap-was-not-so-silent/</link>
14+
<pubDate>Tue, 21 Oct 2025 00:00:00 +0000</pubDate>
15+
<guid>/blog/2025-10-21-zap-was-not-so-silent/</guid>
16+
<description>A new ZAP scan rule unintentionally caused a Check for Updates call even when &amp;ldquo;silent&amp;rdquo; mode was used.</description>
17+
</item>
1118
<item>
1219
<title>ZAP Updates - September 2025</title>
1320
<link>/blog/2025-10-01-zap-updates-september-2025/</link>

blog/2025-10-15-solving-caido-labs/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@ <h2 id="http-hunt-lottery">HTTP Hunt Lottery <a class="header-link" href="#http-
435435
Previous <a class="previous" href="/blog/2025-10-01-zap-updates-september-2025/"> ZAP Updates - September 2025</a>
436436

437437

438+
Next <a class="next" href="/blog/2025-10-21-zap-was-not-so-silent/"> SHH! ZAP Was Not So Silent</a>
439+
438440
</div>
439441
</article>
440442
<aside class="col-1-3">
Lines changed: 281 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,281 @@
1+
<!doctype html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
7+
<meta name="description" content="The world’s most widely used web app scanner. Free and open source. ZAP is a community project actively maintained by a dedicated international team, and a GitHub Top 1000 project.">
8+
9+
10+
<meta name="twitter:card" content="summary">
11+
<meta name="twitter:title" content="SHH! ZAP Was Not So Silent">
12+
<meta name="twitter:description" content="A new ZAP scan rule unintentionally caused a Check for Updates call even when “silent” mode was used.">
13+
14+
<meta property="og:url" content="/blog/2025-10-21-zap-was-not-so-silent/">
15+
<meta property="og:site_name" content="ZAP">
16+
<meta property="og:title" content="SHH! ZAP Was Not So Silent">
17+
<meta property="og:description" content="A new ZAP scan rule unintentionally caused a Check for Updates call even when “silent” mode was used.">
18+
<meta property="og:locale" content="en_us">
19+
<meta property="og:type" content="article">
20+
<meta property="article:section" content="blog">
21+
<meta property="article:published_time" content="2025-10-21T00:00:00+00:00">
22+
<meta property="article:modified_time" content="2025-10-21T00:00:00+00:00">
23+
<meta property="article:tag" content="Blog">
24+
25+
26+
<title>ZAP &ndash; SHH! ZAP Was Not So Silent</title>
27+
28+
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />
29+
<link href="https://fonts.googleapis.com/css?family=Quicksand:500,700" rel="stylesheet">
30+
<link href="https://fonts.googleapis.com/css?family=Istok+Web|Open+Sans:400,700|Rubik&display=swap" rel="stylesheet">
31+
<script src="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.6/lunr.min.js"></script>
32+
33+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JDLGW1172L"></script>
34+
<script>
35+
window.dataLayer = window.dataLayer || [];
36+
function gtag(){dataLayer.push(arguments);}
37+
gtag('js', new Date());
38+
gtag('config', 'G-JDLGW1172L');
39+
</script>
40+
41+
42+
43+
<link href="/main.cb156c.css" rel="stylesheet">
44+
45+
</head>
46+
<body>
47+
<div id="page-container">
48+
<div id="content-wrap">
49+
<header class="site-header">
50+
<div class="wrapper flex jc-sb ai-c">
51+
<div class="flex">
52+
<nav class="site-nav" role="navigation">
53+
<a href="/" aria-label="return to landing page" class="logo">
54+
<img src = "/img/zap-by-checkmarx.svg" height="65px" alt="ZAP By Checkmarx"/>
55+
</a>
56+
</nav>
57+
</div>
58+
<div class="nav-content flex">
59+
<nav class="site-nav" role="navigation">
60+
<div class="hamburger-icon">
61+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"/><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/></svg>
62+
</div>
63+
<input class="hamburger-click" aria-label="site menu" type="checkbox" />
64+
<ul id="primary-menu" class="flex">
65+
66+
67+
68+
<li class="">
69+
<a href="/blog/" title="Blog page">
70+
Blog
71+
</a>
72+
</li>
73+
74+
75+
76+
<li class="">
77+
<a href="/videos/" title="Videos page">
78+
Videos
79+
</a>
80+
</li>
81+
82+
83+
84+
<li class="">
85+
<a href="/docs/" title="Documentation page">
86+
Documentation
87+
</a>
88+
</li>
89+
90+
91+
92+
<li class="">
93+
<a href="/community/" title="Community page">
94+
Community
95+
</a>
96+
</li>
97+
98+
99+
<li id="search-menu">
100+
<a class="toggler" href="#">
101+
<img height="20" width="20" src="/img/search.svg" alt="Search icon"/>
102+
</a>
103+
104+
<form data-no-csrf action="/search">
105+
<input type="text" name="q" placeholder="Search ..." style="width: 100%" />
106+
</form>
107+
</li>
108+
</ul>
109+
</nav>
110+
<div class="download-button">
111+
<a id="cta-download" href="/download/" class="button button--orange">Download</a>
112+
</div>
113+
<div class="social-links header-social">
114+
<ul class="flex ai-c no-list-style m-10 px-20">
115+
<li>
116+
<a href="https://github.com/zaproxy" aria-label="Go to ZAP's GitHub repo"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.36 18.88"><path d="M9.68 0a9.68 9.68 0 0 0-3.06 18.86c.48.09.64-.21.64-.46v-1.8C4.57 17.18 4 15.45 4 15.45A2.57 2.57 0 0 0 2.93 14c-.88-.6.07-.59.07-.59a2 2 0 0 1 1.48 1 2.06 2.06 0 0 0 2.82.8A2 2 0 0 1 7.91 14c-2.15-.29-4.41-1.12-4.41-4.83a3.72 3.72 0 0 1 1-2.59A3.53 3.53 0 0 1 4.59 4s.82-.26 2.67 1a9 9 0 0 1 4.84 0c1.9-1.25 2.66-1 2.66-1a3.49 3.49 0 0 1 .1 2.57 3.71 3.71 0 0 1 1 2.59c0 3.72-2.26 4.54-4.42 4.78a2.3 2.3 0 0 1 .67 1.79v2.67c0 .25.15.56.64.46A9.68 9.68 0 0 0 9.68 0z" fill="#00549e"/></svg></a>
117+
</li>
118+
<li>
119+
<a href="https://twitter.com/zaproxy" aria-label="Follow ZAP on Twitter"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.36 15.73"><path d="M19.36 1.86a8 8 0 0 1-2.28.63 3.94 3.94 0 0 0 1.74-2.2 7.53 7.53 0 0 1-2.52 1 4 4 0 0 0-6.77 3.59A11.29 11.29 0 0 1 1.35.73 4 4 0 0 0 2.58 6a3.91 3.91 0 0 1-1.8-.5A4 4 0 0 0 4 9.48a4 4 0 0 1-1.79.06 4 4 0 0 0 3.67 2.76A8 8 0 0 1 0 14a11.32 11.32 0 0 0 6.09 1.78A11.24 11.24 0 0 0 17.38 3.92a8.08 8.08 0 0 0 1.98-2.06z" fill="#00549e"/></svg></a>
120+
</li>
121+
</ul>
122+
</div>
123+
</div>
124+
125+
</div>
126+
</header>
127+
128+
129+
130+
<section class="bolt-header">
131+
<div class="wrapper py-20">
132+
<h1 class="text--white">SHH! ZAP Was Not So Silent</h1>
133+
</div>
134+
</section>
135+
136+
<div class="wrapper py-70" data-kind="page">
137+
<div class="flex latest-versions">
138+
<article class="col-2-3 pr-30 content single-post">
139+
<div class="breadcrumbs">
140+
<a href="/blog/">The ZAP Blog</a>
141+
</div>
142+
143+
<main class="post-content">
144+
<section class="p-10 bg--blue-lightest mb-10 mt-10 smaller-text text--blue-dark">
145+
Posted <span class="post-date">Tuesday October 21, 2025</span>
146+
<span class="word-count fl-r"> 249 Words </span>
147+
</section>
148+
<p>We messed up ☹️</p>
149+
<p>ZAP has a <code>-silent</code> <a href="/docs/desktop/cmdline/">command line option</a> which <strong>should</strong> stop
150+
ZAP from <a href="/faq/what-calls-home-does-zap-make/">calling home</a> unless you explicitly ask it to.</p>
151+
<p>Unfortunately the <a href="/blog/2025-07-25-the-new-zap-is-out-of-date-rule/">new &lsquo;ZAP is Out of Date&rsquo; rule</a>
152+
had the unintended side-effect of triggering a Check For Updates call even when the silent mode was used.</p>
153+
<p>This was spotted by a ZAP user and reported via Issue <a href="https://github.com/zaproxy/zaproxy/issues/9096">#9096</a> -
154+
thanks Owen Fairholm!</p>
155+
<p>It has been fixed via the PR <a href="https://github.com/zaproxy/zap-extensions/pull/6838">#6838</a>.</p>
156+
<p>We have published an updated <a href="/docs/desktop/addons/passive-scan-rules/">Passive scanner rules</a> add-on, a new weekly release, and updated the Docker stable image.</p>
157+
<p>This bug may well explain why the Check For Update calls have
158+
<a href="/docs/statistics/bar-charts/#check-for-updates">significantly increased</a>
159+
in the last couple of months.</p>
160+
<p>While we understand that some of you will want to use the <code>-silent</code> option (and will continue to maintain it) we do encourage you not to use it unless you really need to.</p>
161+
<p>Allowing the calls home means that you will get alerted to updated add-ons, and have the option to automatically install them.</p>
162+
<p>The telemetry we collect is <a href="/blog/2021-10-25-zap-telemetry-plans/">specific to how ZAP operates</a>
163+
and does not identify you, your services, or give us any details of the alerts that ZAP raises.</p>
164+
<p>We get very little feedback from people who use ZAP, so the telemetry is an important set of information that we
165+
use to help us plan what we&rsquo;re going to focus on.</p>
166+
<p>If you just want to opt-out of telemetry but still check for updates then there is the <code>-notel</code>
167+
<a href="/docs/desktop/addons/call-home/#command-line-option--notel">command line option</a>.</p>
168+
169+
</main>
170+
<div class="next-content bg--blue-lightest p-10">
171+
172+
Previous <a class="previous" href="/blog/2025-10-15-solving-caido-labs/"> Solving Caido Labs</a>
173+
174+
175+
</div>
176+
</article>
177+
<aside class="col-1-3">
178+
<section class="post-meta">
179+
180+
181+
<div class="post-authors">
182+
183+
184+
<section class="post-author-single flex p-10">
185+
<div class="col-1-5">
186+
187+
<img class="author-picture" src="/img/authors/simon-bennetts_400x400.jpg" />
188+
189+
</div>
190+
<div class="author-name col-4-5">
191+
192+
Simon Bennetts
193+
194+
195+
<a class="author-twitter" href="https://twitter.com/psiinon">@psiinon</a>
196+
197+
</div>
198+
</section>
199+
200+
201+
<h4>Table of Contents</h4>
202+
<nav id="TableOfContents"></nav>
203+
204+
205+
<h4>Tags</h4>
206+
<ul id="tags">
207+
208+
<li> <a href="/tags/blog/">blog</a> </li>
209+
210+
</ul>
211+
212+
</div>
213+
214+
</section>
215+
</aside>
216+
</div>
217+
</div>
218+
219+
</div>
220+
<footer class="site-footer py-20 mt-20">
221+
<div class="wrapper flex jc-sb">
222+
<div class="flex ai-c">
223+
<div class="footer-logo"><svg xmlns="http://www.w3.org/2000/svg" width="55px" viewBox="0 0 77.58 77.61"><path d="M49.48 21.64a3.46 3.46 0 0 1 .44 3 3.38 3.38 0 0 1-2.16 2.14l-1.17.38 10.74 13.56a3.39 3.39 0 0 1-1.83 5.41l-2 .5L68 65A37.78 37.78 0 0 0 39.85 2c-1.34 0-2.66.07-4 .2zM23.33 48.26a3.4 3.4 0 0 1 .45-6.09L25 41.7l-13.81-10a3.4 3.4 0 0 1 .62-5.86l.2-.09-5.47-3.84a37.79 37.79 0 0 0 55.32 48.6z" fill="#fff"/><path d="M67.84 69.48L49 45.59a.55.55 0 0 1 .28-.87l5.55-1.36a.58.58 0 0 0 .23-.13.48.48 0 0 0 .09-.11.62.62 0 0 0 .08-.24.58.58 0 0 0 0-.26.54.54 0 0 0-.07-.13L42.29 26.37a.75.75 0 0 1-.07-.12.55.55 0 0 1 .31-.74l4.35-1.4a.54.54 0 0 0 .26-.83L30.92.22a.5.5 0 0 0-.61-.22L.32 13a.55.55 0 0 0-.1.94l16.72 11.88a.52.52 0 0 1 .22.49.45.45 0 0 1-.09.26.48.48 0 0 1-.09.11l-.13.08-3.93 1.72a.55.55 0 0 0-.29.31v.13a.59.59 0 0 0 .22.5l8.62 6.22 8.61 6.21a.55.55 0 0 1 0 .87.57.57 0 0 1-.13.08l-5.11 2a.55.55 0 0 0-.28.75.56.56 0 0 0 .21.22l42.43 24.5a.53.53 0 0 0 .64-.79z" fill="#fff"/></svg></div>
224+
<div class="footer-left">
225+
<nav class="footer-nav">
226+
<ul class="flex">
227+
228+
229+
230+
<li class="ml-10"><a href="/blog/" title="Blog page">Blog</a></li>
231+
232+
233+
234+
<li class="ml-10"><a href="/videos/" title="Videos page">Videos</a></li>
235+
236+
237+
238+
<li class="ml-10"><a href="/community/" title="Community page">Community</a></li>
239+
240+
241+
242+
<li class="ml-10"><a href="/docs/statistics/" title="Statistics page">Statistics</a></li>
243+
244+
245+
</ul>
246+
</nav>
247+
248+
249+
250+
251+
<div class="ml-10">
252+
<a href="https://github.com/zaproxy/zaproxy-website/blob/main/site/content/blog/2025-10-21-zap-was-not-so-silent/index.md">Edit on GitHub</a>
253+
</div>
254+
255+
</div>
256+
</div>
257+
258+
<div class="flex ai-c">
259+
<span class="OutroFooter">
260+
© Copyright 2025 the ZAP Dev Team</br>
261+
ZAP by <a href="https://checkmarx.com" aria-label="Checkmarx">Checkmarx</a>
262+
</span>
263+
<ul class="flex footer-social">
264+
<li>
265+
<a href="https://github.com/zaproxy/" aria-label="Go to ZAP's GitHub repo"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.36 18.88"><path d="M9.68 0a9.68 9.68 0 0 0-3.06 18.86c.48.09.64-.21.64-.46v-1.8C4.57 17.18 4 15.45 4 15.45A2.57 2.57 0 0 0 2.93 14c-.88-.6.07-.59.07-.59a2 2 0 0 1 1.48 1 2.06 2.06 0 0 0 2.82.8A2 2 0 0 1 7.91 14c-2.15-.29-4.41-1.12-4.41-4.83a3.72 3.72 0 0 1 1-2.59A3.53 3.53 0 0 1 4.59 4s.82-.26 2.67 1a9 9 0 0 1 4.84 0c1.9-1.25 2.66-1 2.66-1a3.49 3.49 0 0 1 .1 2.57 3.71 3.71 0 0 1 1 2.59c0 3.72-2.26 4.54-4.42 4.78a2.3 2.3 0 0 1 .67 1.79v2.67c0 .25.15.56.64.46A9.68 9.68 0 0 0 9.68 0z" fill="#00549e"/></svg></a>
266+
</li>
267+
<li>
268+
<a href="https://twitter.com/zaproxy" aria-label="Follow ZAP on Twitter"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.36 15.73"><path d="M19.36 1.86a8 8 0 0 1-2.28.63 3.94 3.94 0 0 0 1.74-2.2 7.53 7.53 0 0 1-2.52 1 4 4 0 0 0-6.77 3.59A11.29 11.29 0 0 1 1.35.73 4 4 0 0 0 2.58 6a3.91 3.91 0 0 1-1.8-.5A4 4 0 0 0 4 9.48a4 4 0 0 1-1.79.06 4 4 0 0 0 3.67 2.76A8 8 0 0 1 0 14a11.32 11.32 0 0 0 6.09 1.78A11.24 11.24 0 0 0 17.38 3.92a8.08 8.08 0 0 0 1.98-2.06z" fill="#00549e"/></svg></a>
269+
</li>
270+
</ul>
271+
</div>
272+
</div>
273+
</footer>
274+
275+
276+
277+
<script src="/main.4d3af1.js"></script>
278+
279+
</div>
280+
</body>
281+
</html>

0 commit comments

Comments
 (0)