mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Formatting fix
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user