io.joern.rubysrc2cpg.passes

Members list

Type members

Classlikes

class AstCreationPass(cpg: Cpg, astCreators: List[AstCreator]) extends ConcurrentWriterCpgPass[AstCreator]

Attributes

Supertypes
class ConcurrentWriterCpgPass[AstCreator]
class NewStyleCpgPassBase[AstCreator]
trait CpgPassBase
class Object
trait Matchable
class Any
Show all
class ConfigFileCreationPass(cpg: Cpg) extends XConfigFileCreationPass

Creates the CONFIGURATION layer from any existing Gemfile or Gemfile.lock files found at root level.

Creates the CONFIGURATION layer from any existing Gemfile or Gemfile.lock files found at root level.

Attributes

Supertypes
class XConfigFileCreationPass
class ConcurrentWriterCpgPass[File]
class NewStyleCpgPassBase[File]
trait CpgPassBase
class Object
trait Matchable
class Any
Show all
object Defines

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Defines.type
class DependencyPass(cpg: Cpg) extends ForkJoinParallelCpgPass[ConfigFile]

Parses the dependencies from the Gemfile.lock and Gemfile files. This pass uses a dependency node to store the Ruby Gems resolver with the name`` asDefines.Resolverandversion` as the URL.

Parses the dependencies from the Gemfile.lock and Gemfile files. This pass uses a dependency node to store the Ruby Gems resolver with the name`` asDefines.Resolverandversion` as the URL.

Value parameters

cpg

the graph.

Attributes

Supertypes
class ForkJoinParallelCpgPass[ConfigFile]
class NewStyleCpgPassBase[ConfigFile]
trait CpgPassBase
class Object
trait Matchable
class Any
Show all
class ImportsPass(cpg: Cpg) extends ConcurrentWriterCpgPass[Call]

Attributes

Supertypes
class ConcurrentWriterCpgPass[Call]
class NewStyleCpgPassBase[Call]
trait CpgPassBase
class Object
trait Matchable
class Any
Show all