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 from the filesystem using the IO or File classes. For example, the write and puts calls in:
DataFlow::CallNode
IO
File
write
puts
A DataFlow::CallNode that writes data using the IO class. For example, the write and puts calls in: