Skip to content

Commit 97b29bb

Browse files
committed
Add Java Tutorial reference
1 parent 938d52b commit 97b29bb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,10 @@ safe before using it.</p>
3333

3434
<sample src="ExecTaintedEnvironmentChecked.java" />
3535
</example>
36-
</qhelp>
36+
<references>
37+
<li>
38+
The Java Tutorials: <a href="https://docs.oracle.com/javase/tutorial/essential/environment/env.html">, Environment Variables</a>.
39+
</li>
40+
41+
</references>
42+
</qhelp>

0 commit comments

Comments
 (0)