Add determinism tests for verdict artifact generation and update SHA256 sums script

- Implemented comprehensive tests for verdict artifact generation to ensure deterministic outputs across various scenarios, including identical inputs, parallel execution, and change ordering.
- Created helper methods for generating sample verdict inputs and computing canonical hashes.
- Added tests to validate the stability of canonical hashes, proof spine ordering, and summary statistics.
- Introduced a new PowerShell script to update SHA256 sums for files, ensuring accurate hash generation and file integrity checks.
This commit is contained in:
StellaOps Bot
2025-12-24 02:17:34 +02:00
parent e59921374e
commit 7503c19b8f
390 changed files with 37389 additions and 5380 deletions

View File

@@ -1,19 +0,0 @@
# Multi-Tenancy Operations — Draft Skeleton (2025-12-05 UTC)
Status: draft placeholder. Depends on DVDO0110 outputs and scopes-and-roles.
## Provisioning
- Creating tenants and assigning scopes.
## Lifecycle
- Suspend, delete, migrate tenants; data retention notes.
## Observability
- Metrics and logs to validate isolation; alerts to configure.
## Governance
- Change-control, approvals, audit export.
## Open TODOs
- Add step-by-step CLI/Console flows once confirmed.
- Insert RLS specifics from `rls-and-data-isolation.md`.

View File

@@ -1,15 +0,0 @@
# RLS and Data Isolation — Draft Skeleton (2025-12-05 UTC)
Status: draft placeholder. Inputs pending: DVDO0110, DB/RLS schema snapshot.
## RLS Strategy
- Tables/collections under RLS; policy evaluation order.
## Keys and Claims
- Which claims drive RLS; mapping to scopes.
## Testing & Validation
- How to verify isolation in staging; replay/golden tests.
## Open TODOs
- Insert actual RLS policies and sample queries once provided.