Expire WH-ENG-20260822-AUDIT-E2-01 after an unused window
The 18:00Z-18:15Z window ended with no projection-ready notice and zero packets. Mark the identifier terminal. Record platform-pg E3 as not applicable for an ordinary runtime conformance-view identity. Assistant: grok Assistant-Session: 01a02670-3345-76f2-a014-70fde8e2a2bb
This commit is contained in:
parent
da98590d2a
commit
f8251c5de8
15 changed files with 56 additions and 40 deletions
|
|
@ -39,6 +39,10 @@ class Engagement:
|
|||
def validate(self, *, now: datetime | None = None) -> None:
|
||||
if self.raw.get("status") == "cancelled":
|
||||
raise AuthorizationError("engagement is cancelled")
|
||||
if self.raw.get("status") == "expired":
|
||||
raise AuthorizationError(
|
||||
"engagement window elapsed with no live run; identifier must not be reused"
|
||||
)
|
||||
if self.raw.get("status") == "proposed":
|
||||
raise AuthorizationError(
|
||||
"engagement is proposed; operator approval and owner acknowledgement are pending"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue