DateStatistics¶
Structure Class¶
DateStatistics
dataclass
¶
Represents list a map of dates with a count of total findings generated on each date.
Attributes¶
date
class-attribute
instance-attribute
¶
date: datetime | None = None
The timestamp when the total findings count is observed.
For example, Date would look like "2024-09-05T17:00:00-07:00"
whereas LastGeneratedAt would look like 2024-09-05T17:12:29-07:00".
last_generated_at
class-attribute
instance-attribute
¶
last_generated_at: datetime | None = None
The timestamp at which the last finding in the findings count, was generated.
severity
class-attribute
instance-attribute
¶
severity: float | None = None
The severity of the findings generated on each date.
total_findings
class-attribute
instance-attribute
¶
total_findings: int | None = None
The total number of findings that were generated per severity level on each date.