We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f97441 commit 16bb19eCopy full SHA for 16bb19e
java/ql/src/Security/CWE/CWE-078/ExecTaintedEnvironment.qhelp
@@ -40,6 +40,13 @@ safe before using it.</p>
40
<li>
41
The Java Tutorials: <a href="https://docs.oracle.com/javase/tutorial/essential/environment/env.html">, Environment Variables</a>.
42
</li>
43
-
+ <li>
44
+ OWASP: <a href="https://owasp.org/www-community/attacks/Command_Injection">Command injection</a>.
45
+ </li>
46
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
51
</references>
52
</qhelp>
0 commit comments