SoftwarePackage

Information about a software package.

Types

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

Properties

Link copied to clipboard

The architecture used for the software package.

Link copied to clipboard

The epoch of the software package.

Link copied to clipboard

The file system path to the package manager inventory file.

Link copied to clipboard

The version of the software package in which the vulnerability has been resolved.

Link copied to clipboard
val name: String?

The name of the software package.

Link copied to clipboard

The source of the package.

Link copied to clipboard

The release of the software package.

Link copied to clipboard

Describes the actions a customer can take to resolve the vulnerability in the software package.

Link copied to clipboard

The Amazon Resource Name (ARN) of the source layer.

Link copied to clipboard

The source layer hash of the vulnerable package.

Link copied to clipboard

The version of the software package.

Functions

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