Skip to content

Commit 45f708b

Browse files
Fix typo.
1 parent dabccd8 commit 45f708b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-078/WordexpTainted.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ vulnerable to attack by command injection, because <code>wordexp</code> performs
99
</overview>
1010
<recommendation>
1111

12-
<p>When calling <code>wordexp</code>, pass the <code>WRDE_NOCMD</code> flag to to prevent command substitution.</p>
12+
<p>When calling <code>wordexp</code>, pass the <code>WRDE_NOCMD</code> flag to prevent command substitution.</p>
1313

1414
</recommendation>
1515
<example>

0 commit comments

Comments
 (0)