Compliance Glossary for Confluence

What is the baseline root hash?

The baseline root hash is a SHA-256 fingerprint that summarizes the versioned evidence package. Enterprise freeze derives it from baseline identity and sorted chunk roots; each chunk root covers captured records and membership. Verification separately recomputes canonical manifest material and compares root and counts. A match detects unchanged recorded structure, but it does not prove that the original source was correct.

Last verified against production v6 · 26 September 2026

At a glance

InputActionOutputLimit
Captured terms, page revisions, usages, findings, links, and membershipCanonicalize and hash each persisted chunkA deterministic chunk rootThe root represents canonical record material. It is not the source content by itself.
Baseline ID and completed chunk rootsSort the chunk roots and hash the aggregateThe enterprise baseline root hashEquivalent chunk-root order produces the same result. A changed chunk changes the aggregate.
Manifest objects, usages, trace endpoints, and declared countsSort each collection by stable identity and recompute canonical materialA verification rootDuplicate identities or malformed collections are rejected before comparison.
Expected root and recomputed rootRun the manifest root checkmatch or conflict evidence inside the verification resultA root mismatch makes the verification nonconformant. Invalid counts can remain separately unresolved.
Supplied objects and indexesCompare presence, checksum, application hash, source revision, usage, and endpointsDistinct missing, corruption, drift, stale-source, and index statesA matching root does not hide missing supplied evidence or a count mismatch.
Ordered archive section proofsHash the section proofs under the baseline identityA separate archive source snapshot hashThe archive source hash and baseline root hash are different controls and are not interchangeable.

How it works

  1. Open Baseline and find Enterprise evidence workspace.
  2. Select the deposited evidence set under review.
  3. Inspect Frozen meanings and revisions. Review each visible SHA-256 and Availability value.
  4. Select Run verification when persisted verification inputs are available.
  5. Review Conformance and any Coverage blockers. A root conflict must not appear as a successful result.
  6. Use Export archive only when the baseline also contains its separate archive source snapshot proof.

Example

A deposited baseline contains two artifact revisions and three usage observations. One stored usage observation later differs from the manifest expectation. Verification recalculates the canonical manifest root and checks the supplied usage independently. It reports the conflict instead of treating the package as conformant. Reordering the same correctly identified manifest records does not create a false conflict because the verifier sorts them first.

What this does not mean

The root hash is not a certificate, signature, timestamp authority, or legal WORM guarantee. It does not prove authorship or regulatory sufficiency. It does not reveal which business fact is correct. It only supports integrity checks over the defined canonical material. The archive source snapshot hash serves a different purpose and must remain separate.

Related questions

Next step

Evaluate a small deposited baseline. Record its expected root, run verification, and review root, count, object, usage, and endpoint checks together. View Compliance Glossary on Atlassian Marketplace.

View on Atlassian Marketplace
Verification basis: production v6 code, tests, manifest, and operations guidance. Verified 26 September 2026.