codeql/ruby-all
3.0.3-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Provides modeling for the Process library.
Process
import codeql.ruby.frameworks.stdlib.Process
A system command executed via the Process.exec method.
Process.exec
A call to Process.spawn. rb Process.spawn("tar xf ruby-2.0.0-p195.tar.bz2") Process.spawn({"ENV" => "VAR"}, "echo", "hi")
Process.spawn
rb Process.spawn("tar xf ruby-2.0.0-p195.tar.bz2") Process.spawn({"ENV" => "VAR"}, "echo", "hi")