CodeFilePath

Contains information on where a code vulnerability is located in your Lambda function.

Types

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

Properties

Link copied to clipboard

The line number of the last line of code that a vulnerability was found in.

Link copied to clipboard

The name of the file the code vulnerability was found in.

Link copied to clipboard

The file path to the code that a vulnerability was found in.

Link copied to clipboard

The line number of the first line of code that a vulnerability was found in.

Functions

Link copied to clipboard
inline fun copy(block: CodeFilePath.Builder.() -> Unit = {}): CodeFilePath
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