Vulnerability

Information about a security vulnerability that Amazon CodeGuru Security detected.

Types

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

Properties

Link copied to clipboard

An object that describes the location of the detected security vulnerability in your code.

Link copied to clipboard
val id: String?

The identifier for the vulnerability.

Link copied to clipboard

The number of times the vulnerability appears in your code.

Link copied to clipboard

One or more URL addresses that contain details about a vulnerability.

Link copied to clipboard

One or more vulnerabilities that are related to the vulnerability being described.

Functions

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