Builder

class Builder

Properties

Link copied to clipboard

A list of CodeLine objects that describe where the security vulnerability appears in your code.

Link copied to clipboard
var endLine: Int?

The last line number of the code snippet where the security vulnerability appears in your code.

Link copied to clipboard
var name: String?

The name of the file.

Link copied to clipboard
var path: String?

The path to the resource with the security vulnerability.

Link copied to clipboard

The first line number of the code snippet where the security vulnerability appears in your code.