mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Fix typo.
This commit is contained in:
@@ -9,7 +9,7 @@ vulnerable to attack by command injection, because <code>wordexp</code> performs
|
||||
</overview>
|
||||
<recommendation>
|
||||
|
||||
<p>When calling <code>wordexp</code>, pass the <code>WRDE_NOCMD</code> flag to to prevent command substitution.</p>
|
||||
<p>When calling <code>wordexp</code>, pass the <code>WRDE_NOCMD</code> flag to prevent command substitution.</p>
|
||||
|
||||
</recommendation>
|
||||
<example>
|
||||
|
||||
Reference in New Issue
Block a user