CodeLocation

Represents a location in source code associated with a security finding.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The absolute path to the file containing the code location.

Link copied to clipboard

The role of this location in the vulnerability, such as source or sink.

Link copied to clipboard
val lineEnd: Int?

The ending line number of the code location.

Link copied to clipboard

The starting line number of the code location.

Functions

Link copied to clipboard
inline fun copy(block: CodeLocation.Builder.() -> Unit = {}): CodeLocation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String