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

Module Module

Provides modeling for the Module class.

Import path

import codeql.ruby.frameworks.core.Module

Classes

ClassEvalCallCodeExecution

A call to Module#class_eval, which executes its first argument as Ruby code.

ModuleConstGetCallCodeExecution

A call to Module#const_get, which interprets its argument as a Ruby constant. Passing user input to this method may result in instantiation of arbitrary Ruby classes.

ModuleEvalCallCodeExecution

A call to Module#module_eval, which executes its first argument as Ruby code.