mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Python: Reorder XSLT qhelp to be valid
This commit is contained in:
committed by
GitHub
parent
6dd9106301
commit
33a9fb6034
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user