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

Module HttpToFileAccessConfig

A taint tracking configuration for writing user-controlled data to files.

Import path

import codeql.ruby.security.HttpToFileAccessQuery

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.