Skip to content

Commit 8d1113c

Browse files
committed
Python: Fixup qhelp
1 parent 808af28 commit 8d1113c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python/ql/src/experimental/Security/CWE-094/Js2Py.qhelp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<example>
1818
<p>In the example below, the Javascript code being evaluated is controlled by the user and
1919
hence leads to arbitrary code execution.</p>
20-
<sample src="Js2PyBad.py" />
21-
<p>This can be fixed by disabling imports before evaluating the user passed buffer.
22-
<sample src="Js2PyGood.py" />
20+
<sample src="Js2pyBad.py" />
21+
<p>This can be fixed by disabling imports before evaluating the user passed buffer.</p>
22+
<sample src="Js2pyGood.py" />
2323
</example>
24-
</qhelp>
24+
</qhelp>

0 commit comments

Comments
 (0)