Files
git.stella-ops.org/docs/modules/sbomservice/fixtures/lnm-v1
StellaOps Bot 48702191be
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
feat(graph-api): Add schema review notes for upcoming Graph API changes
feat(sbomservice): Add placeholder for SHA256SUMS in LNM v1 fixtures

docs(devportal): Create README for SDK archives in public directory

build(devportal): Implement offline bundle build script

test(devportal): Add link checker script for validating links in documentation

test(devportal): Create performance check script for dist folder size

test(devportal): Implement accessibility check script using Playwright and Axe

docs(devportal): Add SDK quickstart guide with examples for Node.js, Python, and cURL

feat(excititor): Implement MongoDB storage for airgap import records

test(findings): Add unit tests for export filters hash determinism

feat(findings): Define attestation contracts for ledger web service

feat(graph): Add MongoDB options and service collection extensions for graph indexing

test(graph): Implement integration tests for MongoDB provider and service collection extensions

feat(zastava): Define configuration options for Zastava surface secrets

build(tests): Create script to run Concelier linkset tests with TRX output
2025-11-22 19:22:30 +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).