mirror of
https://github.com/github/codeql.git
synced 2026-04-22 15:25:18 +02:00
Fix alert message
This commit is contained in:
@@ -17,5 +17,4 @@ 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 $@.",
|
||||
sink.getNode(), "environment variable"
|
||||
select sink.getNode(), source, sink, "This command will be execute with a tainted environment variable."
|
||||
|
||||
Reference in New Issue
Block a user