Summary
The shipped SBOM, provenance, and SPDX artifacts are frozen at version 0.70.0 while the actual source, changelog, and CLI have moved on to 0.90.0. Twenty releases' worth of evidence artifacts are missing or stale.
Evidence (current HEAD)
sbom.json and provenance.json both still declare "module": "c-RCP@0.70.0".
- The newest committed SPDX file is
c-RCP-0.70.0.spdx.json (directory listing runs 0.1.0 through 0.70.0 with nothing newer).
include/rcp/version.h and CMakeLists.txt's project() VERSION both declare 0.90.0, and CHANGELOG.md documents releases up through v0.90.0.
Recommendation
Regenerate all version-bearing evidence artifacts (SBOM, provenance, SPDX) at the current PROJECT_VERSION, and add a release-gate check asserting every shipped artifact's declared version matches version.h's macro, so this can't silently drift again.
Filed from the 2026-07-29 ecosystem audit register; independently re-verified against current HEAD before filing.
Summary
The shipped SBOM, provenance, and SPDX artifacts are frozen at version 0.70.0 while the actual source, changelog, and CLI have moved on to 0.90.0. Twenty releases' worth of evidence artifacts are missing or stale.
Evidence (current HEAD)
sbom.jsonandprovenance.jsonboth still declare"module": "c-RCP@0.70.0".c-RCP-0.70.0.spdx.json(directory listing runs 0.1.0 through 0.70.0 with nothing newer).include/rcp/version.handCMakeLists.txt'sproject()VERSION both declare0.90.0, andCHANGELOG.mddocuments releases up through v0.90.0.Recommendation
Regenerate all version-bearing evidence artifacts (SBOM, provenance, SPDX) at the current
PROJECT_VERSION, and add a release-gate check asserting every shipped artifact's declared version matchesversion.h's macro, so this can't silently drift again.Filed from the 2026-07-29 ecosystem audit register; independently re-verified against current HEAD before filing.