Sarif

io.shiftleft.semanticcpg.sarif.SarifSchema.Sarif
sealed trait Sarif

Provides a basic Sarif trait under which possibly multiple defined schemata would be defined.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Sarif2_1_0

Members list

Value members

Abstract methods

def runs: List[Run]

Attributes

Returns

The set of runs contained in this log file.

def schema: String

Attributes

Returns

The URI of the JSON schema corresponding to the version.

def version: String

Attributes

Returns

The SARIF format version of this log file.