1004 B
1004 B
Generation driver (stub) — SAMPLES-GRAPH-24-003
Blocked: overlay schema + mock SBOM bundle list pending. Script outline only.
Outline
- Input bundle(s): scanner surface mock bundle v1 (or real caches when available).
- Deterministic seeding:
RANDOM_SEED=424242; time source frozen at2025-11-22T00:00:00Z. - Steps (once unblocked):
- Parse SBOM mock bundle, expand to node/edge sets following Graph schema.
- Generate policy overlay snapshot with placeholder verdicts until final fields confirmed.
- Write NDJSON (
nodes.ndjson,edges.ndjson,overlays/policy.ndjson) sorted byid. - Emit
manifest.jsonwith SHA-256, counts, timestamps. - Add
verify.shto recompute hashes and validate counts.
TODO when unblocked
- Fill overlay field mapping once Graph Guild confirms schema (checkpoint 2025-11-22).
- Confirm allowed mock SBOM source list with SBOM / Graph guilds.
- Implement generator script in Python or C# (deterministic ordering, no network access).