Skip to content

Commit 96ec54e

Browse files
committed
fix minor issues in qhelp
1 parent b566688 commit 96ec54e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/src/Security/CWE-078/SecondOrderCommandInjection.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<overview>
66
<p>
77
Some shell commands, like <code>git ls-remote</code>, can execute
8-
arbitrary commands if a user provides a malicious URL that can start with
8+
arbitrary commands if a user provides a malicious URL that starts with
99
<code>--upload-pack</code>. This can be used to execute arbitrary code on
1010
the server.
1111
</p>
@@ -40,7 +40,7 @@ being passed to the shell command.
4040
<references>
4141
<li>Max Justicz: <a href="https://justi.cz/security/2021/04/20/cocoapods-rce.html">Hacking 3,000,000 apps at once through CocoaPods</a>.</li>
4242
<li>Git: <a href="https://git-scm.com/docs/git-ls-remote/2.22.0#Documentation/git-ls-remote.txt---upload-packltexecgt">Git - git-ls-remote Documentation</a>.</li>
43-
<li>OWASP:<a href="https://www.owasp.org/index.php/Command_Injection">Command Injection</a>.</li>
43+
<li>OWASP: <a href="https://www.owasp.org/index.php/Command_Injection">Command Injection</a>.</li>
4444

4545
</references>
4646
</qhelp>

0 commit comments

Comments
 (0)