Skip to content

Commit 51006aa

Browse files
committed
Formatting fix
1 parent 6eff72f commit 51006aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ import ExecTaintedEnvironmentFlow::PathGraph
1717

1818
from ExecTaintedEnvironmentFlow::PathNode source, ExecTaintedEnvironmentFlow::PathNode sink
1919
where ExecTaintedEnvironmentFlow::flowPath(source, sink)
20-
select sink.getNode(), source, sink, "This command will be execute with a tainted environment variable."
20+
select sink.getNode(), source, sink,
21+
"This command will be execute with a tainted environment variable."

0 commit comments

Comments
 (0)