Result

io.shiftleft.semanticcpg.sarif.SarifSchema.Result
trait Result

A result produced by an analysis tool.

Attributes

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

Members list

Value members

Abstract methods

def codeFlows: List[CodeFlow]

Attributes

Returns

An array of 'codeFlow' objects relevant to the result.

def level: String

Attributes

Returns

A value specifying the severity level of the result.

def locations: List[Location]

Attributes

Returns

The set of locations where the result was detected. Specify only one location unless the problem indicated by the result can only be corrected by making a change at every specified location.

Attributes

Returns

A message that describes the result. The first sentence of the message only will be displayed when visible space is limited.

def partialFingerprints: Map[String, String]

GitHub makes use of this property to track effectively the same finding across files between versions.

GitHub makes use of this property to track effectively the same finding across files between versions.

Attributes

Returns

A set of strings that contribute to the stable, unique identity of the result.

Attributes

Returns

A set of locations relevant to this result.

def ruleId: String

Attributes

Returns

The stable, unique identifier of the rule, if any, to which this result is relevant.