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

Module Readers

Import path

import codeql.ruby.frameworks.core.internal.IOOrFile

Classes

FileReader

A DataFlow::CallNode that reads data to the filesystem using the IO or File classes. For example, the IO.read and File#readline calls in:

IOReader

A DataFlow::CallNode that reads data using the IO class. For example, the read and readline calls in: