Skip to content

Commit 55da62e

Browse files
Remove stray comma
Co-authored-by: Felicity Chapman <[email protected]>
1 parent b8466b4 commit 55da62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-078/ExecTaintedEnvironment.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ safe before using it.</p>
3535
</example>
3636
<references>
3737
<li>
38-
The Java Tutorials: <a href="https://docs.oracle.com/javase/tutorial/essential/environment/env.html">, Environment Variables</a>.
38+
The Java Tutorials: <a href="https://docs.oracle.com/javase/tutorial/essential/environment/env.html">Environment Variables</a>.
3939
</li>
4040
<li>
4141
OWASP: <a href="https://owasp.org/www-community/attacks/Command_Injection">Command injection</a>.

0 commit comments

Comments
 (0)