Python: Minor fixup of qhelp for XPath injection

This commit is contained in:
Rasmus Wriedt Larsen
2020-06-10 16:59:40 +02:00
committed by GitHub
parent 424e88d318
commit ce1f0a39ac

View File

@@ -21,10 +21,10 @@
<example>
<p>In the example below, the xpath query is controlled by the user and hence leads to a vulnerability.</p>
<sample src="xpathBad.py" />
</example>
<p> This can be fixed by using a parameterized query as shown below.</p>
<sample src="xpathGood.py" />
</example>
<references>
<li>OWASP XPath injection : <a href="https://owasp.org/www-community/attacks/XPATH_Injection"></a>/>> </li>
</references>
</qhelp>
</qhelp>