SeverityStatistics¶
Structure Class¶
SeverityStatistics
dataclass
¶
Information about severity level for each finding type.
Attributes¶
last_generated_at
class-attribute
instance-attribute
¶
last_generated_at: datetime | None = None
The timestamp at which a finding type for a specific severity was last generated.
severity
class-attribute
instance-attribute
¶
severity: float | None = None
The severity level associated with each finding type.
total_findings
class-attribute
instance-attribute
¶
total_findings: int | None = None
The total number of findings associated with this severity.