Severity

class Severity

Provides the numerical and qualitative representations of a finding's severity.

Types

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

Properties

Link copied to clipboard

The qualitative representation of the finding's severity, ranging from Low (least severe) to High (most severe).

Link copied to clipboard
val score: Long?

The numerical representation of the finding's severity, ranging from 1 (least severe) to 3 (most severe).

Functions

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