Skip to content

Commit 33a9fb6

Browse files
authored
Python: Reorder XSLT qhelp to be valid
1 parent 6dd9106 commit 33a9fb6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

python/ql/src/experimental/CWE-643/Xslt.qhelp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
This vulnerability can be prevented by not allowing untrusted user input to be passed as a XSL stylesheet.
99
If the application logic necessiates processing untrusted XSL stylesheets, the input should be properly filtered and sanitized before use.
1010
</p>
11-
<example>
12-
<p>In the example below, the XSL stylesheet is controlled by the user and hence leads to a vulnerability.</p>
13-
<sample src="xslt.py" />
14-
</example>
1511
</recommendation>
16-
</qhelp>
12+
<example>
13+
<p>In the example below, the XSL stylesheet is controlled by the user and hence leads to a vulnerability.</p>
14+
<sample src="xslt.py" />
15+
</example>
16+
</qhelp>

0 commit comments

Comments
 (0)