Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Python: Fixup qhelp
  • Loading branch information
RasmusWL committed Jul 4, 2024
commit 8d1113cdafa0f22e0dffbffe53f965d3082e8e94
8 changes: 4 additions & 4 deletions python/ql/src/experimental/Security/CWE-094/Js2Py.qhelp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<example>
<p>In the example below, the Javascript code being evaluated is controlled by the user and
hence leads to arbitrary code execution.</p>
<sample src="Js2PyBad.py" />
<p>This can be fixed by disabling imports before evaluating the user passed buffer.
<sample src="Js2PyGood.py" />
<sample src="Js2pyBad.py" />
<p>This can be fixed by disabling imports before evaluating the user passed buffer.</p>
<sample src="Js2pyGood.py" />
</example>
</qhelp>
</qhelp>