Skip to content

Commit 1882068

Browse files
authored
Merge pull request #1567 from zapbot/update-site-content
Update site content
2 parents 084e162 + 3de262e commit 1882068

File tree

13 files changed

+264
-22
lines changed

13 files changed

+264
-22
lines changed

alerttags/cwe-200/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ <h4><a href="https://cwe.mitre.org/data/definitions/200.html">https://cwe.mitre.
332332

333333

334334
<tr>
335-
<td><a href="/docs/alerts/10004/">Tech Detected - Apache HTTP Server</a></td>
335+
<td><a href="/docs/alerts/10004/">Tech Detection Passive Scanner</a></td>
336336
<td><a href=""></a></td>
337337
</tr>
338338

alerttags/cwe-200/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,11 @@
225225
<description>&lt;p&gt;URL rewrite is used to track user session ID. The session ID may be disclosed via cross-site referer header. In addition, the session ID might be stored in browser history or server logs.&lt;/p&gt;</description>
226226
</item>
227227
<item>
228-
<title>Tech Detected - Apache HTTP Server</title>
228+
<title>Tech Detection Passive Scanner</title>
229229
<link>/docs/alerts/10004/</link>
230230
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
231231
<guid>/docs/alerts/10004/</guid>
232-
<description>&lt;p&gt;The following &amp;ldquo;Web servers&amp;rdquo; technology was identified: Apache HTTP Server.&lt;/p&gt;</description>
232+
<description>&lt;p&gt;The following &amp;ldquo;Widgets&amp;rdquo; technology was identified: Example Software.&lt;/p&gt;</description>
233233
</item>
234234
<item>
235235
<title>Timestamp Disclosure - Unix</title>

alerttags/cwe-611/index.html

Lines changed: 213 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,213 @@
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+
<link rel="alternate" type="application/rss+xml" href="/alerttags/cwe-611/index.xml" title="ZAP" />
10+
<title>ZAP &ndash; CWE-611</title>
11+
12+
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />
13+
<link href="https://fonts.googleapis.com/css?family=Quicksand:500,700" rel="stylesheet">
14+
<link href="https://fonts.googleapis.com/css?family=Istok+Web|Open+Sans:400,700|Rubik&display=swap" rel="stylesheet">
15+
<script src="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.6/lunr.min.js"></script>
16+
17+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JDLGW1172L"></script>
18+
<script>
19+
window.dataLayer = window.dataLayer || [];
20+
function gtag(){dataLayer.push(arguments);}
21+
gtag('js', new Date());
22+
gtag('config', 'G-JDLGW1172L');
23+
</script>
24+
25+
26+
27+
<link href="/main.90b582.css" rel="stylesheet">
28+
29+
</head>
30+
<body>
31+
<div id="page-container">
32+
<div id="content-wrap">
33+
<header class="site-header">
34+
<div class="wrapper flex jc-sb ai-c">
35+
<div class="flex">
36+
<nav class="site-nav" role="navigation">
37+
<a href="/" aria-label="return to landing page" class="logo">
38+
<img src = "/img/zap-by-checkmarx.svg" height="65px" alt="ZAP By Checkmarx"/>
39+
</a>
40+
</nav>
41+
</div>
42+
<div class="nav-content flex">
43+
<nav class="site-nav" role="navigation">
44+
<div class="hamburger-icon">
45+
<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>
46+
</div>
47+
<input class="hamburger-click" aria-label="site menu" type="checkbox" />
48+
<ul id="primary-menu" class="flex">
49+
50+
51+
52+
<li class="">
53+
<a href="/blog/" title="Blog page">
54+
Blog
55+
</a>
56+
</li>
57+
58+
59+
60+
<li class="">
61+
<a href="/videos/" title="Videos page">
62+
Videos
63+
</a>
64+
</li>
65+
66+
67+
68+
<li class="">
69+
<a href="/docs/" title="Documentation page">
70+
Documentation
71+
</a>
72+
</li>
73+
74+
75+
76+
<li class="">
77+
<a href="/community/" title="Community page">
78+
Community
79+
</a>
80+
</li>
81+
82+
83+
<li id="search-menu">
84+
<a class="toggler" href="#">
85+
<img height="20" width="20" src="/img/search.svg" alt="Search icon"/>
86+
</a>
87+
88+
<form data-no-csrf action="/search">
89+
<input type="text" name="q" placeholder="Search ..." style="width: 100%" />
90+
</form>
91+
</li>
92+
</ul>
93+
</nav>
94+
<div class="download-button">
95+
<a id="cta-download" href="/download/" class="button button--orange">Download</a>
96+
</div>
97+
<div class="social-links header-social">
98+
<ul class="flex ai-c no-list-style m-10 px-20">
99+
<li>
100+
<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>
101+
</li>
102+
<li>
103+
<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>
104+
</li>
105+
</ul>
106+
</div>
107+
</div>
108+
109+
</div>
110+
</header>
111+
112+
113+
<section class="bolt-header">
114+
<div class="wrapper py-20">
115+
116+
<h1 class="text--white">Alert Tag: CWE-611</h1>
117+
118+
</div>
119+
</section>
120+
<div class="wrapper py-70">
121+
<header class="breadcrumbs">
122+
<a href="/alerttags/">Alert Tags</a> &gt;
123+
124+
<a href="/alerttags/cwe-611">CWE-611</a>
125+
126+
</header>
127+
128+
129+
130+
131+
132+
<h4><a href="https://cwe.mitre.org/data/definitions/611.html">https://cwe.mitre.org/data/definitions/611.html</a></h4>
133+
134+
All of the alerts which use this tag:
135+
136+
137+
<div class="flex latest-versions">
138+
<table data-sort-filter>
139+
<thead>
140+
<tr>
141+
<th>Tag</th>
142+
<th>Link</th>
143+
</tr>
144+
</thead>
145+
<tbody>
146+
147+
148+
<tr>
149+
<td><a href="/docs/alerts/90023/">XML External Entity Attack</a></td>
150+
<td><a href=""></a></td>
151+
</tr>
152+
153+
</tbody>
154+
</table>
155+
</div>
156+
</div>
157+
158+
</div>
159+
<footer class="site-footer py-20 mt-20">
160+
<div class="wrapper flex jc-sb">
161+
<div class="flex ai-c">
162+
<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>
163+
<div class="footer-left">
164+
<nav class="footer-nav">
165+
<ul class="flex">
166+
167+
168+
169+
<li class="ml-10"><a href="/blog/" title="Blog page">Blog</a></li>
170+
171+
172+
173+
<li class="ml-10"><a href="/videos/" title="Videos page">Videos</a></li>
174+
175+
176+
177+
<li class="ml-10"><a href="/community/" title="Community page">Community</a></li>
178+
179+
180+
181+
<li class="ml-10"><a href="/docs/statistics/" title="Statistics page">Statistics</a></li>
182+
183+
184+
</ul>
185+
</nav>
186+
187+
</div>
188+
</div>
189+
190+
<div class="flex ai-c">
191+
<span class="OutroFooter">
192+
© Copyright 2024 the ZAP Dev Team</br>
193+
ZAP by <a href="https://checkmarx.com" aria-label="Checkmarx">Checkmarx</a>
194+
</span>
195+
<ul class="flex footer-social">
196+
<li>
197+
<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>
198+
</li>
199+
<li>
200+
<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>
201+
</li>
202+
</ul>
203+
</div>
204+
</div>
205+
</footer>
206+
207+
208+
209+
<script src="/main.45b737.js"></script>
210+
211+
</div>
212+
</body>
213+
</html>

alerttags/cwe-611/index.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>CWE-611 on ZAP</title>
5+
<link>/alerttags/cwe-611/</link>
6+
<description>Recent content in CWE-611 on ZAP</description>
7+
<generator>Hugo</generator>
8+
<language>en-us</language>
9+
<atom:link href="/alerttags/cwe-611/index.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>XML External Entity Attack</title>
12+
<link>/docs/alerts/90023/</link>
13+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
14+
<guid>/docs/alerts/90023/</guid>
15+
<description>&lt;p&gt;This technique takes advantage of a feature of XML to build documents dynamically at the time of processing. An XML message can either provide data explicitly or by pointing to an URI where the data exists. In the attack technique, external entities may replace the entity value with malicious data, alternate referrals or may compromise the security of the data the server/XML application has access to.&#xA;Attackers may also use External Entities to have the web services server download malicious code or content to the server for use in secondary or follow on attacks.&lt;/p&gt;</description>
16+
</item>
17+
</channel>
18+
</rss>

alerttags/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,12 @@ <h1 class="text--white">Alert Tags</h1>
439439
</tr>
440440

441441

442+
<tr>
443+
<td><a href="/alerttags/cwe-611/">CWE-611</a></td>
444+
<td><a href="https://cwe.mitre.org/data/definitions/611.html">https://cwe.mitre.org/data/definitions/611.html</a></td>
445+
</tr>
446+
447+
442448
<tr>
443449
<td><a href="/alerttags/cwe-614/">CWE-614</a></td>
444450
<td><a href="https://cwe.mitre.org/data/definitions/614.html">https://cwe.mitre.org/data/definitions/614.html</a></td>

alerttags/index.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,13 @@
357357
<guid>/alerttags/cwe-601/</guid>
358358
<description></description>
359359
</item>
360+
<item>
361+
<title>CWE-611</title>
362+
<link>/alerttags/cwe-611/</link>
363+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
364+
<guid>/alerttags/cwe-611/</guid>
365+
<description></description>
366+
</item>
360367
<item>
361368
<title>CWE-614</title>
362369
<link>/alerttags/cwe-614/</link>

docs/alerts/10004/index.html

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
77
<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.">
88

9-
<title>ZAP &ndash; Tech Detected - Apache HTTP Server</title>
9+
<title>ZAP &ndash; Tech Detection Passive Scanner</title>
1010

1111
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />
1212
<link href="https://fonts.googleapis.com/css?family=Quicksand:500,700" rel="stylesheet">
@@ -111,7 +111,7 @@
111111

112112
<section class="bolt-header">
113113
<div class="wrapper py-20">
114-
<h1 class="text--white">Tech Detected - Apache HTTP Server</h1>
114+
<h1 class="text--white">Tech Detection Passive Scanner</h1>
115115
</div>
116116
</section>
117117

@@ -209,7 +209,7 @@ <h1 class="text--white">Tech Detected - Apache HTTP Server</h1>
209209
<section class="col-2-3">
210210
<div data-attr="summary">
211211
<h3 class="mb-10">Summary</h3>
212-
<p>The following &ldquo;Web servers&rdquo; technology was identified: Apache HTTP Server.</p>
212+
<p>The following &ldquo;Widgets&rdquo; technology was identified: Example Software.</p>
213213

214214
</div>
215215
<div data-attr="solution" class="mb-20">
@@ -218,17 +218,11 @@ <h3 class="mb-10">Solution</h3>
218218
</div>
219219
<div data-attr="other" class="mb-20">
220220
<h3 class="mb-10">Other Info</h3>
221-
The following CPE is associated with the identified tech: cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:* The following version(s) is/are associated with the identified tech: 2.4.7
221+
The following CPE is associated with the identified tech: cpe:2.3:a:example_vendor:example_software:55.4.3:*:*:*:*:*:*:* The following version(s) is/are associated with the identified tech: 55.4.3
222222
</div>
223223
<h3 class="mb-10">References</h3>
224224
<ul data-attr="references">
225225

226-
<li>
227-
228-
<a href="https://httpd.apache.org">https://httpd.apache.org</a>
229-
230-
</li>
231-
232226
</ul>
233227
<h4 class="mb-10">Code</h4>
234228
<a href='https://github.com/zaproxy/zap-extensions/blob/main/addOns/wappalyzer/src/main/java/org/zaproxy/zap/extension/wappalyzer/ExtensionWappalyzer.java'>org/zaproxy/zap/extension/wappalyzer/ExtensionWappalyzer.java</a>

docs/alerts/90023/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ <h1 class="text--white">XML External Entity Attack</h1>
188188
</td>
189189
<td>
190190

191+
<a href="/alerttags/cwe-611">CWE-611</a><br>
192+
191193
<a href="/alerttags/owasp_2017_a04">OWASP_2017_A04</a><br>
192194

193195
<a href="/alerttags/owasp_2021_a03">OWASP_2021_A03</a><br>

docs/alerts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ <h1 class="text--white">ZAP Alert Details</h1>
313313

314314
<tr>
315315
<td><a href="/docs/alerts/10004/">10004</a></td>
316-
<td><a href="/docs/alerts/10004/">Tech Detected - Apache HTTP Server</a></td>
316+
<td><a href="/docs/alerts/10004/">Tech Detection Passive Scanner</a></td>
317317
<td>release</td>
318318
<td>Informational</td>
319319
<td>Tool</td>

docs/alerts/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,11 +1850,11 @@
18501850
<description>&lt;p&gt;The integrity attribute is missing on a script or link tag served by an external server. The integrity tag prevents an attacker who have gained access to this server from injecting a malicious content.&lt;/p&gt;</description>
18511851
</item>
18521852
<item>
1853-
<title>Tech Detected - Apache HTTP Server</title>
1853+
<title>Tech Detection Passive Scanner</title>
18541854
<link>/docs/alerts/10004/</link>
18551855
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
18561856
<guid>/docs/alerts/10004/</guid>
1857-
<description>&lt;p&gt;The following &amp;ldquo;Web servers&amp;rdquo; technology was identified: Apache HTTP Server.&lt;/p&gt;</description>
1857+
<description>&lt;p&gt;The following &amp;ldquo;Widgets&amp;rdquo; technology was identified: Example Software.&lt;/p&gt;</description>
18581858
</item>
18591859
<item>
18601860
<title>Telerik UI for ASP.NET AJAX Cryptographic Weakness (CVE-2017-9248)</title>

index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16166,12 +16166,12 @@ publishes it for them.&lt;/p&gt;</description>
1616616166
</item>
1616716167

1616816168
<item>
16169-
<title>Tech Detected - Apache HTTP Server</title>
16169+
<title>Tech Detection Passive Scanner</title>
1617016170
<link>/docs/alerts/10004/</link>
1617116171
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
1617216172

1617316173
<guid>/docs/alerts/10004/</guid>
16174-
<description>&lt;p&gt;The following &amp;ldquo;Web servers&amp;rdquo; technology was identified: Apache HTTP Server.&lt;/p&gt;</description>
16174+
<description>&lt;p&gt;The following &amp;ldquo;Widgets&amp;rdquo; technology was identified: Example Software.&lt;/p&gt;</description>
1617516175
</item>
1617616176

1617716177
<item>

search/index.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7073,11 +7073,11 @@
70737073
},
70747074
{
70757075
"url": "/docs/alerts/10004/",
7076-
"title": "Tech Detected - Apache HTTP Server",
7077-
"keywords": ["","-","apache","detected","http","server","tech"],
7076+
"title": "Tech Detection Passive Scanner",
7077+
"keywords": ["","detection","passive","scanner","tech"],
70787078
"tags": null,
7079-
"summary": "\u003cp\u003eThe following \u0026ldquo;Web servers\u0026rdquo; technology was identified: Apache HTTP Server.\u003c/p\u003e",
7080-
"content": "following web servers technology was identified: apache http server "
7079+
"summary": "\u003cp\u003eThe following \u0026ldquo;Widgets\u0026rdquo; technology was identified: Example Software.\u003c/p\u003e",
7080+
"content": "following widgets technology was identified: example software "
70817081
},
70827082
{
70837083
"url": "/docs/alerts/100021/",

0 commit comments

Comments
 (0)