VulnerabilityLocationSast

class Object
trait Matchable
class Any

Value members

Concrete methods

def blobPath: SelectionBuilder[VulnerabilityLocationSast, Option[String]]

Blob path to the vulnerable file.

Blob path to the vulnerable file.

def endLine: SelectionBuilder[VulnerabilityLocationSast, Option[String]]

Number of the last relevant line in the vulnerable file.

Number of the last relevant line in the vulnerable file.

def file: SelectionBuilder[VulnerabilityLocationSast, Option[String]]

Path to the vulnerable file.

Path to the vulnerable file.

def startLine: SelectionBuilder[VulnerabilityLocationSast, Option[String]]

Number of the first relevant line in the vulnerable file.

Number of the first relevant line in the vulnerable file.

def vulnerableClass: SelectionBuilder[VulnerabilityLocationSast, Option[String]]

Class containing the vulnerability.

Class containing the vulnerability.

def vulnerableMethod: SelectionBuilder[VulnerabilityLocationSast, Option[String]]

Method containing the vulnerability.

Method containing the vulnerability.