ImageScanFinding

Contains information about an image scan finding.

Types

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

Properties

Link copied to clipboard

A collection of attributes of the host from which the finding is generated.

Link copied to clipboard

The description of the finding.

Link copied to clipboard
val name: String?

The name associated with the finding, usually a CVE number.

Link copied to clipboard

The finding severity.

Link copied to clipboard
val uri: String?

A link containing additional details about the security vulnerability.

Functions

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