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

Module SensitiveGetQuery

Provides default sources and sinks for reasoning about sensitive data sourced from the query string of a GET request, as well as extension points for adding your own.

Import path

import codeql.ruby.security.SensitiveGetQueryCustomizations

Classes

Sink

A data flow sink suggesting a use of sensitive data.

Source

A data flow source representing data sourced from the query string in a GET request handler.