Files
git.stella-ops.org/docs/modules/sbomservice/fixtures/lnm-v1
StellaOps Bot 7503c19b8f 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.
2025-12-24 02:17:34 +02:00
..
up
2025-11-24 07:52:25 +02:00

Link-Not-Merge v1 Fixtures

Status: Awaiting drop (2025-11-22)

Expected contents (all JSON, canonicalized, UTF-8):

  • projections.json — canonical SBOM projection payloads keyed by snapshot ID.
  • assets.json — asset metadata overlays (tenant-scoped, append-only).
  • paths.json — ordered dependency paths with runtime flags and blast-radius hints.
  • events.jsonsbom.version.created envelopes aligned to CAS/provenance fields.
  • schema-version.txt — git SHA / semantic version of the frozen projection schema.
  • SHA256SUMS — checksums for all files above.

Drop instructions:

  • Place files in this directory and update SHA256SUMS via sha256sum *.json *.txt > SHA256SUMS.
  • Keep ordering stable; prefer NDJSON converted to JSON arrays only if deterministic sorting is applied.
  • Record drop commit in sprint 0140/0142 Execution Logs and link here.

Consumers:

  • SBOM-SERVICE-21-001..004 implementation and tests.
  • Advisory AI and Console replay suites.
  • AirGap parity review (docs/modules/sbomservice/runbooks/airgap-parity-review.md).