Builder

class Builder

Properties

Link copied to clipboard

The number of findings with a severity level of critical.

Link copied to clipboard
var fatal: Int?

The number of findings with a severity level of fatal.

Link copied to clipboard
var high: Int?

The number of findings with a severity level of high.

Link copied to clipboard

The number of findings that provide security-related information.

Link copied to clipboard
var low: Int?

The number of findings with a severity level of low.

Link copied to clipboard
var medium: Int?

The number of findings with a severity level of medium.

Link copied to clipboard
var other: Int?

The number of findings not in any of the severity categories.

Link copied to clipboard
var unknown: Int?

The number of findings with a severity level cannot be determined.