consolidation of some of the modules, localization fixes, product advisories work, qa work
This commit is contained in:
@@ -123,3 +123,15 @@ stella bundle verify --bundle light-bundle/ --replay --blob-source https://regis
|
||||
- `docs/modules/attestor/guides/timestamp-policy.md`
|
||||
- `docs/modules/attestor/airgap.md`
|
||||
- `docs/modules/airgap/guides/staleness-and-time.md`
|
||||
|
||||
## 8. Deterministic Error Triage Guidance (Sprint 20260226_225)
|
||||
|
||||
Use stable error classes to route remediation:
|
||||
|
||||
- `signature_untrusted`: key not present in authority roster; refresh roster snapshot and retry.
|
||||
- `signature_revoked`: signing key revoked; rotate signer and regenerate attestation.
|
||||
- `tenant_mismatch`: authenticated tenant differs from verdict owner; re-run with correct principal context.
|
||||
- `verdict_not_found`: no verdict exists for requested hash; verify hash source and storage replication.
|
||||
|
||||
Operator rule:
|
||||
- Do not treat these as transient network faults unless the error class is explicitly retryable.
|
||||
|
||||
Reference in New Issue
Block a user