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

Module HardcodedDataInterpretedAsCode::FlowState

Flow states used to distinguish value-preserving flow from taint flow.

Import path

import codeql.ruby.security.HardcodedDataInterpretedAsCodeCustomizations

Predicates

data

Flow state used to track value-preserving flow. DEPRECATED: Use Data()

taint

Flow state used to tainted data (non-value preserving flow). DEPRECATED: Use Taint()

Datatypes

State

Flow states used to distinguish value-preserving flow from taint flow.