codeql/ruby-all
3.0.3-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
import codeql.ruby.frameworks.core.internal.IOOrFile
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:
DataFlow::CallNode
IO
File
IO.read
File#readline
A DataFlow::CallNode that reads data using the IO class. For example, the read and readline calls in:
read
readline