chore(registrar): assign State Hub identifiers
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
repo-manager 2026-08-22 22:38:30 +02:00
parent 8bda6e28b4
commit 01e7c7b4e4
2 changed files with 8 additions and 0 deletions

View file

@ -14,6 +14,7 @@ tags: [needs-human, compliance-relevant]
origin: residual
origin_ref: CUST-WP-0063
notes: "The minimal RFC 9116 security.txt route is approved for policy.coulomb.social/.well-known/security.txt, with reports routed privately to risk-nexus and no bounty, response-time, or safe-harbour promise. Completion requires the operator to select and provision a real monitored Contact URI; no address may be invented or published before its receiving path is verified."
state_hub_intake_id: "01a02b31-f4b0-75e4-a15c-a78e1c276689"
```
## CUST-IN-0012 — Repair the malformed legacy inbox message identity
@ -29,4 +30,5 @@ owner: hub-core
origin: residual
origin_ref: CUST-WP-0063
notes: "State Hub returns unread risk-nexus message id 0b8dd0bf-41d-47da-96ac-40e443c32e47, whose second UUID group has only three characters. PATCH /messages/{id}/read rejects it during UUID path parsing, so the already-handled superseded request cannot be marked read through the supported API. Repair must preserve the message body and chronology, assign or map a valid stable identity, and then apply the read transition without direct ad hoc database mutation from this repo."
state_hub_intake_id: "01a02b32-009b-71bd-a7bf-2ce888164d6a"
```