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

Class Sinatra::FilterJumpStep

A class defining additional jump steps arising from filters. This only models flow between filters with no patterns - i.e. those that apply to all routes. Filters with patterns are not yet modeled.

Import path

import codeql.ruby.frameworks.Sinatra

Direct supertypes

Indirect supertypes

Predicates

step

Holds if data can flow from pred to succ via a callback chain.

Inherited predicates

toString

Gets a textual representation of this element.

from Unit