We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808af28 commit 8d1113cCopy full SHA for 8d1113c
python/ql/src/experimental/Security/CWE-094/Js2Py.qhelp
@@ -17,8 +17,8 @@
17
<example>
18
<p>In the example below, the Javascript code being evaluated is controlled by the user and
19
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" />
+ <sample src="Js2pyBad.py" />
+ <p>This can be fixed by disabling imports before evaluating the user passed buffer.</p>
+ <sample src="Js2pyGood.py" />
23
</example>
24
-</qhelp>
+</qhelp>
0 commit comments