Skip to content

Commit 16bb19e

Browse files
committed
Add OWASP and CERT references
1 parent 9f97441 commit 16bb19e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ safe before using it.</p>
4040
<li>
4141
The Java Tutorials: <a href="https://docs.oracle.com/javase/tutorial/essential/environment/env.html">, Environment Variables</a>.
4242
</li>
43-
43+
<li>
44+
OWASP: <a href="https://owasp.org/www-community/attacks/Command_Injection">Command injection</a>.
45+
</li>
46+
<li>
47+
CERT Coding Standard: <a href="https://wiki.sei.cmu.edu/confluence/display/java/ENV02-J.+Do+not+trust+the+values+of+environment+variables">
48+
ENV02-J. Do not trust the values of environment variables
49+
</a>.
50+
</li>
4451
</references>
4552
</qhelp>

0 commit comments

Comments
 (0)