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

Module TaintedFormatStringConfig

A taint-tracking configuration for format injections.

Import path

import codeql.ruby.security.TaintedFormatStringQuery

Predicates

isBarrier

Holds if data flow through node is prohibited. This completely removes node from the data flow graph.

isSink

Holds if sink is a relevant data flow sink.

isSource

Holds if source is a relevant data flow source.