Skip to content

Commit f16605b

Browse files
Apply suggestions from code review
Co-authored-by: Felicity Chapman <[email protected]>
1 parent f1fab85 commit f16605b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/Security/CWE/CWE-643/XPathInjection.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ for different values.
2929
</p>
3030

3131
<p>
32-
In the fourth example, the code uses `setXPathVariableResolver` which prevents XPath injection.
32+
In the fourth example, the code uses <code>setXPathVariableResolver</code> which prevents XPath injection.
3333
</p>
3434
<p>
35-
The fifth example is a dom4j XPath injection example.
35+
The final two examples are for dom4j. They show an example of XPath injection and one method of preventing it.
3636
</p>
3737
<sample src="XPathInjection.java" />
3838
</example>

0 commit comments

Comments
 (0)