Threat

class Threat

Provides information about the threat detected in a security finding and the file paths that were affected by the threat.

Types

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

Properties

Link copied to clipboard

Provides information about the file paths that were affected by the threat.

Link copied to clipboard

This total number of items in which the threat has been detected.

Link copied to clipboard
val name: String?

The name of the threat.

Link copied to clipboard

The severity of the threat.

Functions

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