mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Add security severity + fix qhelp
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</p>
|
||||
</recommendation>
|
||||
<example>
|
||||
<p>In the following case <code>template<code> is used to generate a Jinja2 template string. This can lead to remote code execution. </p>
|
||||
<p>In the following case, <code>template</code> is used to generate a Jinja2 template string. This can lead to remote code execution. </p>
|
||||
<sample src="examples/JinjaBad.py" />
|
||||
|
||||
<p>The following is an example of a string that could be used to cause remote code execution when interpreted as a template:</p>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
* @kind path-problem
|
||||
* @problem.severity error
|
||||
* @precision high
|
||||
* @security-severity 9.3
|
||||
* @id py/template-injection
|
||||
* @tags security
|
||||
* external/cwe/cwe-074
|
||||
|
||||
Reference in New Issue
Block a user