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

Module Private

Contains implementation details for modeling Rack::Response.

Import path

import codeql.ruby.frameworks.rack.internal.Response

Classes

PotentialResponseNode

A DataFlow::Node that may be a rack response. This is detected heuristically, if something “looks like” a rack response syntactically then we consider it to be a potential response node.