Vulnerability

Contains details about a specific vulnerability Amazon Inspector can detect.

Types

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

Properties

Link copied to clipboard

An object that contains information about the Amazon Web Services Threat Intel Group (ATIG) details for the vulnerability.

Link copied to clipboard

An object that contains the Cybersecurity and Infrastructure Security Agency (CISA) details for the vulnerability.

Link copied to clipboard
val cvss2: Cvss2?

An object that contains the Common Vulnerability Scoring System (CVSS) Version 2 details for the vulnerability.

Link copied to clipboard
val cvss3: Cvss3?

An object that contains the Common Vulnerability Scoring System (CVSS) Version 3 details for the vulnerability.

Link copied to clipboard

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

Link copied to clipboard

A description of the vulnerability.

Link copied to clipboard

Platforms that the vulnerability can be detected on.

Link copied to clipboard
val epss: Epss?

An object that contains the Exploit Prediction Scoring System (EPSS) score for a vulnerability.

Link copied to clipboard

An object that contains details on when the exploit was observed.

Link copied to clipboard
val id: String

The ID for the specific vulnerability.

Link copied to clipboard

Links to various resources with more information on this vulnerability.

Link copied to clipboard

A list of related vulnerabilities.

Link copied to clipboard

The source of the vulnerability information. Possible results are RHEL, AMAZON_CVE, DEBIAN or NVD.

Link copied to clipboard

A link to the official source material for this vulnerability.

Link copied to clipboard

The date and time when the vendor created this vulnerability.

Link copied to clipboard

The severity assigned by the vendor.

Link copied to clipboard

The date and time when the vendor last updated this vulnerability.

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