We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eff72f commit 51006aaCopy full SHA for 51006aa
java/ql/src/Security/CWE/CWE-078/ExecTaintedEnvironment.ql
@@ -17,4 +17,5 @@ import ExecTaintedEnvironmentFlow::PathGraph
17
18
from ExecTaintedEnvironmentFlow::PathNode source, ExecTaintedEnvironmentFlow::PathNode sink
19
where ExecTaintedEnvironmentFlow::flowPath(source, sink)
20
-select sink.getNode(), source, sink, "This command will be execute with a tainted environment variable."
+select sink.getNode(), source, sink,
21
+ "This command will be execute with a tainted environment variable."
0 commit comments