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

Module ActiveSupport::CoreExtensions::String

Extensions to the String class

Import path

import codeql.ruby.frameworks.ActiveSupport

Classes

Constantize

A call to String#constantize or String#safe_constantize, which tries to find a declared constant with the given name. Passing user input to this method may result in instantiation of arbitrary Ruby classes.