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 f1fab85 commit f16605bCopy full SHA for f16605b
java/ql/src/Security/CWE/CWE-643/XPathInjection.qhelp
@@ -29,10 +29,10 @@ for different values.
29
</p>
30
31
<p>
32
-In the fourth example, the code uses `setXPathVariableResolver` which prevents XPath injection.
+In the fourth example, the code uses <code>setXPathVariableResolver</code> which prevents XPath injection.
33
34
35
-The fifth example is a dom4j XPath injection example.
+The final two examples are for dom4j. They show an example of XPath injection and one method of preventing it.
36
37
<sample src="XPathInjection.java" />
38
</example>
0 commit comments