CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Module Process

Provides modeling for the Process library.

Import path

import codeql.ruby.frameworks.stdlib.Process

Classes

ExecCall

A system command executed via the Process.exec method.

SpawnCall

A call to Process.spawn. rb Process.spawn("tar xf ruby-2.0.0-p195.tar.bz2") Process.spawn({"ENV" => "VAR"}, "echo", "hi")