Python: Reorder XSLT qhelp to be valid

This commit is contained in:
Rasmus Wriedt Larsen
2020-06-11 11:30:54 +02:00
committed by GitHub
parent 6dd9106301
commit 33a9fb6034

View File

@@ -8,9 +8,9 @@
This vulnerability can be prevented by not allowing untrusted user input to be passed as a XSL stylesheet.
If the application logic necessiates processing untrusted XSL stylesheets, the input should be properly filtered and sanitized before use.
</p>
<example>
<p>In the example below, the XSL stylesheet is controlled by the user and hence leads to a vulnerability.</p>
<sample src="xslt.py" />
</example>
</recommendation>
</qhelp>
<example>
<p>In the example below, the XSL stylesheet is controlled by the user and hence leads to a vulnerability.</p>
<sample src="xslt.py" />
</example>
</qhelp>