Skip to content

Commit 03d22fa

Browse files
authored
Python: Fix filenames in qhelp
1 parent e283d28 commit 03d22fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/experimental/CWE-074/TemplateInjection.qhelp

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
</recommendation>
1414
<example>
1515
<p>Consider the example given below, an untrusted HTTP parameter `template` is used to generate a Jinja2 template string. This can lead to remote code execution. </p>
16-
<sample src="jinjaBad.py" />
16+
<sample src="JinjaBad.py" />
1717

1818
<p>Here we have fixed the problem by using the Jinja sandbox environment for evaluating untrusted code.</p>
19-
<sample src="jinjaGood.py" />
19+
<sample src="JinjaGood.py" />
2020
</example>
2121
<references>
2222
<li>Portswigger : [Server Side Template Injection](https://portswigger.net/web-security/server-side-template-injection)</li>

0 commit comments

Comments
 (0)