Fix alert message

This commit is contained in:
Ed Minnix
2023-11-15 12:05:52 -05:00
parent 1550f5df2a
commit 4fc6f710a4

View File

@@ -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."