io.joern.php2cpg.utils

Members list

Type members

Classlikes

class DependencyDownloader(cpg: Cpg, config: Config)

Queries Packgist for dependencies and downloads them.

Queries Packgist for dependencies and downloads them.

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class Scope(implicit nextClosureName: () => String) extends Scope[String, NewNode, PhpScopeElement]

Attributes

Supertypes
class Scope[String, NewNode, PhpScopeElement]
class Object
trait Matchable
class Any
implicit class SemverStrExt(s: String)

Parses and simplifies the version string to help prevent the flakey SemVer parser from crashing.

Parses and simplifies the version string to help prevent the flakey SemVer parser from crashing.

Attributes

Supertypes
class Object
trait Matchable
class Any

Implicits

Implicits

final implicit def SemverStrExt(s: String): SemverStrExt

Parses and simplifies the version string to help prevent the flakey SemVer parser from crashing.

Parses and simplifies the version string to help prevent the flakey SemVer parser from crashing.

Attributes

implicit val semverRw: ReadWriter[SemVer]
implicit val urlRw: ReadWriter[URL]