Skip to content

Commit 3d29af3

Browse files
authored
Merge pull request #1815 from zapbot/update-site-content
Update site content
2 parents 7a1b66c + d169199 commit 3d29af3

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

alerttags/custom_payloads/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,12 @@ <h4>CUSTOM_PAYLOADS</h4>
180180
<td><a href=""></a></td>
181181
</tr>
182182

183+
184+
<tr>
185+
<td><a href="/docs/alerts/90021/">XPath Injection</a></td>
186+
<td><a href=""></a></td>
187+
</tr>
188+
183189
</tbody>
184190
</table>
185191
</div>

alerttags/custom_payloads/index.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,12 @@
4949
<guid>/docs/alerts/10057/</guid>
5050
<description>&lt;p&gt;A hash of a username (admin) was found in the response. This may indicate that the application is subject to an Insecure Direct Object Reference (IDOR) vulnerability. Manual testing will be required to see if this discovery can be abused.&lt;/p&gt;</description>
5151
</item>
52+
<item>
53+
<title>XPath Injection</title>
54+
<link>/docs/alerts/90021/</link>
55+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
56+
<guid>/docs/alerts/90021/</guid>
57+
<description>&lt;p&gt;XPath Injection is an attack technique used to exploit applications that construct XPath (XML Path Language) queries from user-supplied input to query or navigate XML documents. It can be used directly by an application to query an XML document, as part of a larger operation such as applying an XSLT transformation to an XML document, or applying an XQuery to an XML document. The syntax of XPath bears some resemblance to an SQL query, and indeed, it is possible to form SQL-like queries on an XML document using XPath.&lt;/p&gt;</description>
58+
</item>
5259
</channel>
5360
</rss>

docs/alerts/90021/index.html

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

191+
<a href="/alerttags/custom_payloads">CUSTOM_PAYLOADS</a><br>
192+
191193
<a href="/alerttags/cwe-643">CWE-643</a><br>
192194

193195
<a href="/alerttags/hipaa">HIPAA</a><br>

0 commit comments

Comments
 (0)