mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
adjust qhelp to focus on user-controlled data
This commit is contained in:
@@ -49,10 +49,10 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Even worse, although less likely, a malicious user could
|
||||
provide the input <code>http://example.org; cat /etc/passwd</code>
|
||||
Even worse, although less likely, a client might pass in user-controlled
|
||||
data not knowing that the input is interpreted as a shell command.
|
||||
This could allow a malicious user to provide the input <code>http://example.org; cat /etc/passwd</code>
|
||||
in order to execute the command <code>cat /etc/passwd</code>.
|
||||
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user