mirror of
https://git.hiabuto.net/C3MA/CCMA.git
synced 2026-07-01 19:26:53 +02:00
Add JSON integrity hash checks
This commit is contained in:
@@ -295,10 +295,12 @@ class ContributionData:
|
||||
@dataclass(frozen=True, slots=True)
|
||||
class HousekeeperFinding:
|
||||
severity: str
|
||||
member_id: str
|
||||
code: str
|
||||
title: str
|
||||
detail: str
|
||||
member_id: str = ""
|
||||
asset_id: str = ""
|
||||
target_type: str = "member"
|
||||
due_date: date | None = None
|
||||
key: str = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user