Formatting fix

This commit is contained in:
Ed Minnix
2023-11-15 12:10:19 -05:00
parent 6eff72f99a
commit 51006aa088

View File

@@ -17,4 +17,5 @@ import ExecTaintedEnvironmentFlow::PathGraph
from ExecTaintedEnvironmentFlow::PathNode source, ExecTaintedEnvironmentFlow::PathNode sink
where ExecTaintedEnvironmentFlow::flowPath(source, sink)
select sink.getNode(), source, sink, "This command will be execute with a tainted environment variable."
select sink.getNode(), source, sink,
"This command will be execute with a tainted environment variable."