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

Module Writers

Import path

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

Classes

FileWriter

A DataFlow::CallNode that reads data from the filesystem using the IO or File classes. For example, the write and puts calls in:

IOWriter

A DataFlow::CallNode that writes data using the IO class. For example, the write and puts calls in: