diff --git a/status/threat.go b/status/threat.go index f829e91c..e6462895 100644 --- a/status/threat.go +++ b/status/threat.go @@ -14,6 +14,7 @@ type Threat struct { MitigationLevel uint8 // Recommended Security Level to switch to for mitigation Started int64 Ended int64 + // TODO: add locking } // AddOrUpdateThreat adds or updates a new threat in the system status.