File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
javascript/ql/src/Security/CWE-078 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ the server.
15
15
<recommendation >
16
16
17
17
<p >
18
- Sanitize user input before passing it to the shell command by for example
19
- ensuring that URLs are valid and do not contain malicious commands.
18
+ Sanitize user input before passing it to the shell command. For example,
19
+ ensure that URLs are valid and do not contain malicious commands.
20
20
</p >
21
21
22
22
</recommendation >
@@ -30,7 +30,7 @@ URL that can be controlled by a malicious user.
30
30
<sample src =" examples/second-order-command-injection.js" />
31
31
32
32
<p >
33
- The problem has been fixed in the below where the URL is validated before
33
+ The problem has been fixed in the snippet below, where the URL is validated before
34
34
being passed to the shell command.
35
35
</p >
36
36
You can’t perform that action at this time.
0 commit comments