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

Module Dir

Classes and predicates for modeling the core Dir module.

Import path

import codeql.ruby.frameworks.Files

Classes

DirGlob

A call to a method on Dir that operates on a path as its first argument, and produces file-names. Considered as a FileNameSource and a FileSystemAccess.

DirPathAccess

A call to a method on Dir that operates on a path as its first argument, considered as a FileSystemAccess.