CodeVulnerabilityDetails

Contains information on the code vulnerability identified in your Lambda function.

Types

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

Properties

Link copied to clipboard

The Common Weakness Enumeration (CWE) item associated with the detected vulnerability.

Link copied to clipboard

The ID for the Amazon CodeGuru detector associated with the finding. For more information on detectors see Amazon CodeGuru Detector Library.

Link copied to clipboard

The name of the detector used to identify the code vulnerability. For more information on detectors see CodeGuru Detector Library.

Link copied to clipboard

The detector tag associated with the vulnerability. Detector tags group related vulnerabilities by common themes or tactics. For a list of available tags by programming language, see Java tags, or Python tags.

Link copied to clipboard

Contains information on where the code vulnerability is located in your code.

Link copied to clipboard

A URL containing supporting documentation about the code vulnerability detected.

Link copied to clipboard

The identifier for a rule that was used to detect the code vulnerability.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Lambda layer that the code vulnerability was detected in.

Functions

Link copied to clipboard
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