We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424e88d commit ce1f0a3Copy full SHA for ce1f0a3
python/ql/src/experimental/CWE-643/xpath.qhelp
@@ -21,10 +21,10 @@
21
<example>
22
<p>In the example below, the xpath query is controlled by the user and hence leads to a vulnerability.</p>
23
<sample src="xpathBad.py" />
24
- </example>
25
<p> This can be fixed by using a parameterized query as shown below.</p>
26
<sample src="xpathGood.py" />
+ </example>
27
<references>
28
<li>OWASP XPath injection : <a href="https://owasp.org/www-community/attacks/XPATH_Injection"></a>/>> </li>
29
</references>
30
-</qhelp>
+</qhelp>
0 commit comments