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

Module ActionDispatch

Models the ActionDispatch HTTP library, which is part of Rails. Version: 7.1.0.

Import path

import codeql.ruby.frameworks.ActionDispatch

Imports

Routing

Models routing configuration specified using the ActionDispatch library, which is part of Rails.

Aliases

MimeTypeMatchRegExpInterpretation

An argument to Mime::Type#match?, which is converted to a RegExp via Regexp.new.