<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-dogru-scitt-disclosure-evidence-00" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="Disclosure Evidence">Transformation Evidence and Coverage Reconciliation for Auditable Data Disclosure</title>
    <seriesInfo name="Internet-Draft" value="draft-dogru-scitt-disclosure-evidence-00"/>
    <author fullname="Emekcan Dogru">
      <organization>VERAX TEKNOLOJI A.S.</organization>
      <address>
        <email>dogrucanemek@gmail.com</email>
      </address>
    </author>
    <date year="2026" month="August" day="15"/>
    <area>Security</area>
    <workgroup>SCITT</workgroup>
    <keyword>receipt</keyword>
    <keyword>masking</keyword>
    <keyword>reconciliation</keyword>
    <keyword>transparency</keyword>
    <keyword>disclosure</keyword>
    <abstract>
      <?line 40?>

<t>Audit receipts for automated data access attest to what a gateway recorded.
Two questions remain outside their reach: what was changed in the data
before it was disclosed, and whether the set of receipts is complete with
respect to the data source's own accounting of activity. This document
defines two evidence structures that answer those questions:
Transformation Evidence, a per-disclosure statement of which classes of
values were transformed and how, carrying counts and class names but never
values; and Coverage Reconciliation, a procedure and result statement that
compares a source's own activity counters against a receipt set over a
time window and reports activity for which no receipt exists. Both
structures are designed to be registered as Signed Statements on a
Transparency Service as described in the SCITT architecture. This document
defines evidence payloads; it does not define a new receipt format, a new
transparency mechanism, or a new signature format.</t>
    </abstract>
  </front>
  <middle>
    <?line 57?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Systems that place a policy gateway between an automated client (for
example, an AI assistant) and a data source increasingly emit signed,
hash-chained access receipts. Several receipt formats exist. They share a
property that limits what they can prove: a receipt is evidence produced
by the party that performed the access, about an event that party chose to
record.</t>
      <t>Two gaps follow from that property.</t>
      <t>First, receipts typically state that access happened and under which
policy decision, but not what happened to the data between the source and
the client. When a gateway masks, redacts, or tokenizes values before
disclosure, that transformation is the substance of the privacy claim the
operator makes — and it is precisely the part a conventional receipt does
not describe. An auditor reading such a receipt learns that a table was
read, but not whether the protected columns in it left the gateway
transformed or in the clear.</t>
      <t>Second, a set of receipts, however well chained and anchored, only covers
the accesses for which receipts were produced. A client that reaches the
data source without passing through the gateway produces no receipt, and
no property of the receipt chain reveals this. Hash chains detect removal
and reordering of records that exist; they are silent about records that
were never created. Establishing completeness requires a second account of
activity, produced by a party other than the gateway: the data source
itself.</t>
      <t>This document defines two evidence structures addressing these gaps:</t>
      <ul spacing="normal">
        <li>
          <t>Transformation Evidence (<xref target="transformation-evidence"/>): a statement,
bound to a single disclosure, of which classes of values were
transformed before disclosure, by which action, and in what count. It
never carries the values themselves.</t>
        </li>
        <li>
          <t>Coverage Reconciliation (<xref target="coverage-reconciliation"/>): a procedure that
compares snapshots of a data source's own activity counters, taken at
the boundaries of a time window, against the receipt set for that
window, and a signed result statement reporting activity patterns for
which no receipt exists.</t>
        </li>
      </ul>
      <t>Both structures are payloads. They are intended to be carried in Signed
Statements and registered on a Transparency Service as described in the
SCITT architecture <xref target="RFC9943"/>, which supplies the append-only,
third-party-auditable registration this document deliberately does not
reinvent. This document defines no new receipt format, no policy
evaluation semantics, and no transparency mechanism.</t>
      <section anchor="what-these-structures-do-not-claim">
        <name>What these structures do not claim</name>
        <t>Both structures are designed around a discipline of stating the limits of
their own evidence. Transformation Evidence describes the disclosure
surface; it does not claim a value is unlearnable
(<xref target="te-limits"/>). A Coverage Reconciliation result reporting unreceipted
activity is a statement about absent evidence; it is not, and <bcp14>MUST NOT</bcp14> be
presented as, proof of intent or of a breach (<xref target="cr-semantics"/>).</t>
      </section>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

<t>The following terms are used throughout:</t>
      <dl>
        <dt>Data Source:</dt>
        <dd>
          <t>The system holding the data, with its own accounting of query or access
activity (for example, a database's statement statistics).</t>
        </dd>
        <dt>Gateway:</dt>
        <dd>
          <t>The component that mediates access between an automated client and a
Data Source, applies policy, transforms results, and emits receipts.</t>
        </dd>
        <dt>Disclosure:</dt>
        <dd>
          <t>A single delivery of data (possibly transformed) from the Gateway to a
client.</t>
        </dd>
        <dt>Receipt:</dt>
        <dd>
          <t>A signed record of a Disclosure produced by the Gateway. This document
is agnostic to the receipt format in use.</t>
        </dd>
        <dt>Protected Class:</dt>
        <dd>
          <t>A named category of values that policy subjects to transformation (for
example, "email", "national-id", "phone").</t>
        </dd>
        <dt>Window:</dt>
        <dd>
          <t>A time interval over which reconciliation is performed, bounded by two
snapshots of the Data Source's activity counters.</t>
        </dd>
      </dl>
    </section>
    <section anchor="transformation-evidence">
      <name>Transformation Evidence</name>
      <section anchor="purpose">
        <name>Purpose</name>
        <t>Transformation Evidence answers, for one Disclosure: which Protected
Classes were transformed in the disclosed result, by which action, and in
what count. It exists so that the transformation claim is a first-class,
signed, registrable artifact rather than prose in an operator's
documentation.</t>
      </section>
      <section anchor="te-structure">
        <name>Structure</name>
        <t>Transformation Evidence is a JSON object with the following members:</t>
        <dl>
          <dt><tt>v</tt>:</dt>
          <dd>
            <t>Structure version string. For this document: <tt>transformation-evidence/1</tt>.</t>
          </dd>
          <dt><tt>disclosure</tt>:</dt>
          <dd>
            <t>A digest binding this evidence to exactly one Disclosure, computed over
the receipt for that Disclosure (or, where the receipt format defines a
canonical record hash, that hash). Digest form is defined in
<xref target="digests"/>.</t>
          </dd>
          <dt><tt>request</tt>:</dt>
          <dd>
            <t>A digest of the request that produced the Disclosure. The digest of the
request, never the request text: query text can itself contain protected
values.</t>
          </dd>
          <dt><tt>policy</tt>:</dt>
          <dd>
            <t>An object with <tt>id</tt> (an identifier of the policy version applied) and
<tt>decision</tt> (the policy outcome under which disclosure proceeded).</t>
          </dd>
          <dt><tt>classes</tt>:</dt>
          <dd>
            <t>An array of objects, one per Protected Class that the applied policy
recognizes and that occurred in the disclosed result, each with:
</t>
            <dl>
              <dt><tt>class</tt>:</dt>
              <dd>
                <t>The Protected Class name, as named by the policy.</t>
              </dd>
              <dt><tt>action</tt>:</dt>
              <dd>
                <t>One of <tt>mask</tt>, <tt>redact</tt>, <tt>tokenize</tt>, <tt>truncate</tt>, or <tt>none</tt>. The value
<tt>none</tt> states that the class occurred and was disclosed
untransformed — an honest statement some deployments need to make.</t>
              </dd>
              <dt><tt>count</tt>:</dt>
              <dd>
                <t>The number of values of this class in the disclosed result to which
the action was applied.</t>
              </dd>
            </dl>
          </dd>
        </dl>
        <t>The structure <bcp14>MUST NOT</bcp14> carry data values, transformed or otherwise. Only
class names, action names, counts, digests, and identifiers appear. An
implementation encountering a value in a field defined here <bcp14>MUST</bcp14> reject
the structure.</t>
      </section>
      <section anchor="digests">
        <name>Serialization and digests</name>
        <t>For digesting and signing, the structure is serialized with the JSON
Canonicalization Scheme <xref target="RFC8785"/>. Digests in this document are SHA-256
and are written as strings prefixed with <tt>sha256:</tt> followed by lowercase
hexadecimal. Future documents may register alternative digest prefixes;
an implementation <bcp14>MUST</bcp14> reject a digest whose prefix it does not
recognize rather than guessing.</t>
        <t>A CBOR/COSE serialization <xref target="RFC9052"/> of the same data model is expected
to be specified once the JSON model has received review; nothing in the
model depends on JSON specifically.</t>
      </section>
      <section anchor="te-limits">
        <name>What Transformation Evidence does not prove</name>
        <t>Transformation Evidence describes the disclosure surface of one result.
It does not state that a protected value is unlearnable by the client.
In particular, where the request language permits predicates over
protected columns, an allowed request can answer questions about a masked
value without the value ever being disclosed (a result-count of one
versus zero is one bit of the value). Transformation Evidence for such a
Disclosure is accurate — the value was transformed in the result — and
still compatible with the client having learned something about the
value.</t>
        <t>Consumers <bcp14>MUST NOT</bcp14> present Transformation Evidence as proof of
non-exposure. It is proof of applied transformation, no more. A
deployment whose requirement is that a class be unlearnable rather than
hidden must enforce that requirement in policy (for example, by not
allowing the objects that carry the class at all); no evidence structure
substitutes for that enforcement.</t>
        <t>The <tt>classes</tt> array is bounded by what the applied policy recognizes. A
value belonging to a class the policy does not name is not counted. The
absence of a class from the array is therefore a statement about the
policy's vocabulary as much as about the data, and <bcp14>MUST</bcp14> be read that way.</t>
      </section>
    </section>
    <section anchor="coverage-reconciliation">
      <name>Coverage Reconciliation</name>
      <section anchor="purpose-1">
        <name>Purpose</name>
        <t>Coverage Reconciliation answers, for one Window: did the Data Source's
own accounting record activity for which no Receipt exists? It is the
mechanism by which "the gateway was bypassed" or "the receipt sink
failed" becomes detectable, rather than invisible.</t>
        <t>The essential property is that the two accounts being compared originate
from different components: the receipt set from the Gateway, the activity
counters from the Data Source. A Gateway cannot make bypassed activity
disappear from an account it does not produce.</t>
      </section>
      <section anchor="cr-snapshots">
        <name>Activity snapshots</name>
        <t>A snapshot is a JSON object capturing the Data Source's cumulative
activity counters at a point in time:</t>
        <dl>
          <dt><tt>v</tt>:</dt>
          <dd>
            <t>Snapshot version string. For this document: <tt>activity-snapshot/1</tt>.</t>
          </dd>
          <dt><tt>ts</tt>:</dt>
          <dd>
            <t>The time the snapshot was taken (ISO 8601).</t>
          </dd>
          <dt><tt>source</tt>:</dt>
          <dd>
            <t>An identifier of the Data Source and the accounting scope within it
(for example, the database role whose activity is counted). Both
snapshots of a Window <bcp14>MUST</bcp14> carry the same <tt>source</tt>; a mismatch
invalidates the Window.</t>
          </dd>
          <dt><tt>entries</tt>:</dt>
          <dd>
            <t>An array of objects, one per activity pattern the source's accounting
distinguishes, each with:
</t>
            <dl>
              <dt><tt>pattern</tt>:</dt>
              <dd>
                <t>A digest of the normalized activity pattern (for example, a
normalized statement with constants removed). The digest, not
necessarily the text: pattern text can embed protected values and
schema detail. Deployments <bcp14>MAY</bcp14> retain pattern text privately for
diagnosis; only the digest is required here.</t>
              </dd>
              <dt><tt>count</tt>:</dt>
              <dd>
                <t>The cumulative counter value for this pattern at <tt>ts</tt>.</t>
              </dd>
            </dl>
          </dd>
        </dl>
      </section>
      <section anchor="cr-procedure">
        <name>Reconciliation procedure</name>
        <t>Given a start snapshot, an end snapshot, and the receipt set for the
Window, a reconciler proceeds as follows.</t>
        <t>Window validity is checked first. The two snapshots <bcp14>MUST</bcp14> carry the same
<tt>v</tt> and <tt>source</tt>, the end <tt>ts</tt> <bcp14>MUST</bcp14> be later than the start <tt>ts</tt>, and no
pattern's counter may be lower at the end than at the start. A counter
regression means the source's accounting was reset or altered inside the
Window; the Window is then unreliable, and the reconciler <bcp14>MUST</bcp14> report
failure for the Window as a whole rather than reconciling the surviving
patterns. An attacker who can reset counters must gain an error, not a
clean report.</t>
        <t>For each pattern whose counter increased during the Window, the
reconciler attributes the pattern to the data objects it touches and
checks whether any Receipt in the Window covers access to those objects.
Matching is per pattern and per data object, not per call count: one
client-level request may legitimately produce more than one source-level
statement, so call counts and receipt counts <bcp14>MUST NOT</bcp14> be compared
one-to-one. A pattern whose target objects cannot be determined <bcp14>MUST NOT</bcp14>
be silently ignored; it fails the reconciliation with its own report.</t>
        <t>Each active pattern receives one of three outcomes:</t>
        <dl>
          <dt><tt>covered</tt>:</dt>
          <dd>
            <t>At least one Receipt in the Window covers the objects this pattern
touches.</t>
          </dd>
          <dt><tt>not-receipted</tt>:</dt>
          <dd>
            <t>No Receipt in the Window covers this pattern's objects.</t>
          </dd>
          <dt><tt>unattributable</tt>:</dt>
          <dd>
            <t>The pattern's target objects could not be determined.</t>
          </dd>
        </dl>
        <t>The reconciliation as a whole succeeds only if every active pattern is
<tt>covered</tt>.</t>
      </section>
      <section anchor="cr-result">
        <name>Result statement</name>
        <t>The reconciliation result is a JSON object:</t>
        <dl>
          <dt><tt>v</tt>:</dt>
          <dd>
            <t><tt>coverage-reconciliation/1</tt>.</t>
          </dd>
          <dt><tt>window</tt>:</dt>
          <dd>
            <t>Object with <tt>start</tt> and <tt>end</tt> (the two snapshot <tt>ts</tt> values).</t>
          </dd>
          <dt><tt>source</tt>:</dt>
          <dd>
            <t>The common <tt>source</tt> identifier of the two snapshots.</t>
          </dd>
          <dt><tt>snapshots</tt>:</dt>
          <dd>
            <t>Object with <tt>start</tt> and <tt>end</tt> digests of the two snapshot structures.</t>
          </dd>
          <dt><tt>receipts</tt>:</dt>
          <dd>
            <t>A digest identifying the receipt set that was compared (for chained
receipt formats, the chain head digest and the sequence range are
<bcp14>RECOMMENDED</bcp14> as the identifying material).</t>
          </dd>
          <dt><tt>outcome</tt>:</dt>
          <dd>
            <t><tt>covered</tt>, <tt>unreconciled</tt>, or <tt>invalid-window</tt>.</t>
          </dd>
          <dt><tt>unreconciled</tt>:</dt>
          <dd>
            <t>When <tt>outcome</tt> is <tt>unreconciled</tt>: the list of pattern digests with
outcome <tt>not-receipted</tt> or <tt>unattributable</tt>, each with its outcome.
Pattern digests, not pattern text, for the reasons in
<xref target="cr-snapshots"/>.</t>
          </dd>
        </dl>
        <t>The result statement is serialized and digested as in <xref target="digests"/> and is
intended to be signed by the reconciling party and registered
(<xref target="scitt"/>). The reconciler <bcp14>SHOULD</bcp14> be operationally independent of the
Gateway; where it is not, registration on a Transparency Service at
least makes the result's existence and timing third-party-visible.</t>
      </section>
      <section anchor="cr-semantics">
        <name>Semantics of "not receipted"</name>
        <t>A <tt>not-receipted</tt> outcome is a statement that evidence is absent, not a
statement about why. Gateway bypass, receipt sink failure, and accounting
scope mismatch all produce it. A result statement <bcp14>MUST NOT</bcp14> label
unreceipted activity as an intrusion, a breach, or an intentional act,
and consumers <bcp14>MUST NOT</bcp14> present it as such. The value of the mechanism is
precisely that it surfaces the condition; attributing cause is
investigation, not reconciliation.</t>
        <t>Verification of receipt signatures and chain integrity is out of scope
for reconciliation and is assumed to have happened first, under the rules
of the receipt format in use. Reconciliation compares an
already-verified receipt set against source accounting; it does not
re-verify.</t>
      </section>
    </section>
    <section anchor="scitt">
      <name>Registration on a Transparency Service</name>
      <t>Both structures defined here are payloads for Signed Statements in the
sense of the SCITT architecture <xref target="RFC9943"/>. An Issuer (the Gateway
operator for Transformation Evidence; the reconciling party for a
Coverage Reconciliation result) signs the serialized structure and
registers the Signed Statement on a Transparency Service, obtaining a
Receipt in the SCITT sense: proof of the statement's inclusion, at a
position, in an append-only log operated by a party other than the
Issuer.</t>
      <t>This layering is deliberate. The structures in this document gain their
audit value from being registered somewhere the Issuer cannot quietly
rewrite; SCITT already defines that somewhere, together with its trust
model and verification procedures. This document therefore defines no
countersignature, no anchoring, and no log format of its own. Where this
document's mechanisms speak of digests binding evidence to receipts, the
binding survives registration unchanged: digests are over the payload,
not the envelope.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <dl>
        <dt>Same-operator collusion.</dt>
        <dd>
          <t>In many deployments the Gateway and the Data Source are operated by the
same party. Coverage Reconciliation's value against that party is
reduced: an operator with administrative access to the source's
accounting can suppress the counters themselves. The mandatory
invalid-window rule (<xref target="cr-procedure"/>) turns counter resets into
visible failures, and registration (<xref target="scitt"/>) makes suppression of
already-issued results detectable, but an operator who controls both
accounts and never registers anything is outside this mechanism's
reach. Deployments needing assurance against the operator itself
require an accounting path the operator cannot write to; that is a
deployment property, not a payload property.</t>
        </dd>
        <dt>Counter manipulation.</dt>
        <dd>
          <t>An attacker who can reset or rewind source counters could otherwise
hide activity between snapshots. The <bcp14>MUST</bcp14>-fail rule exists for this
case: a Window containing a regression is reported unreliable in its
entirety. Snapshot frequency bounds the exposure — shorter Windows
mean a reset costs the attacker a visible failure sooner.</t>
        </dd>
        <dt>Digest agility.</dt>
        <dd>
          <t>Digests are prefixed (<xref target="digests"/>); an implementation <bcp14>MUST</bcp14> reject
unknown prefixes. Accepting an unknown prefix as an opaque match would
let an attacker route around comparison.</t>
        </dd>
        <dt>Signature and key compromise.</dt>
        <dd>
          <t>Signing and registration are inherited from the SCITT layer; key
management, revocation, and the consequences of Issuer key compromise
are governed there, not here. A compromised Issuer key voids the
evidentiary value of statements under that key, as it does for any
signed artifact.</t>
        </dd>
      </dl>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>Every structure in this document was shaped by one rule: evidence about
protected data must not itself become a disclosure channel. Transformation
Evidence carries class names, action names, and counts — never values.
Request and pattern references are digests because query and pattern text
can embed values and schema detail. Class names and counts do reveal that
data of a class was present in a result in a given quantity; deployments
for which even that is sensitive can keep the payloads private and
register only their digests, at the cost of making third-party audit a
permissioned rather than public act.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document, if progressed, will request registration of two media
types: <tt>application/transformation-evidence+json</tt> and
<tt>application/coverage-reconciliation+json</tt>, with the structures of
<xref target="te-structure"/> and <xref target="cr-result"/> as their content. No registrations are
requested at this stage.</t>
    </section>
    <section anchor="implementation-status">
      <name>Implementation Status</name>
      <t><em>This section is to be removed before publication as an RFC, per
<xref target="RFC7942"/>.</em></t>
      <t>One implementation of both mechanisms exists: the Conarium gateway
(TypeScript, MIT license, <tt>@conarium-ai/core</tt> on npm), in production at
one site since July 2026. Its receipts carry per-class masking counts as
in <xref target="transformation-evidence"/>; its <tt>conarium-reconcile</tt> tool implements
the procedure of <xref target="cr-procedure"/> against PostgreSQL statement
statistics, as a single file with no dependency on the package, so that a
third party can run the reconciliation without trusting the
implementation under audit. Its exit codes distinguish "covered",
"unreconciled activity", and "window unreliable" exactly as
<xref target="cr-result"/> does. Conformance test vectors ship with the package.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8785">
          <front>
            <title>JSON Canonicalization Scheme (JCS)</title>
            <author fullname="A. Rundgren" initials="A." surname="Rundgren"/>
            <author fullname="B. Jordan" initials="B." surname="Jordan"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <date month="June" year="2020"/>
            <abstract>
              <t>Cryptographic operations like hashing and signing need the data to be expressed in an invariant format so that the operations are reliably repeatable. One way to address this is to create a canonical representation of the data. Canonicalization also permits data to be exchanged in its original form on the "wire" while cryptographic operations performed on the canonicalized counterpart of the data in the producer and consumer endpoints generate consistent results.</t>
              <t>This document describes the JSON Canonicalization Scheme (JCS). This specification defines how to create a canonical representation of JSON data by building on the strict serialization methods for JSON primitives defined by ECMAScript, constraining JSON data to the Internet JSON (I-JSON) subset, and by using deterministic property sorting.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8785"/>
          <seriesInfo name="DOI" value="10.17487/RFC8785"/>
        </reference>
        <reference anchor="RFC9943">
          <front>
            <title>An Architecture for Trustworthy and Transparent Digital Supply Chains</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="A. Delignat-Lavaud" initials="A." surname="Delignat-Lavaud"/>
            <author fullname="C. Fournet" initials="C." surname="Fournet"/>
            <author fullname="Y. Deshpande" initials="Y." surname="Deshpande"/>
            <author fullname="S. Lasker" initials="S." surname="Lasker"/>
            <date month="June" year="2026"/>
            <abstract>
              <t>Traceability in supply chains is a growing security concern. While Verifiable Data Structures (VDSs) have addressed specific issues, such as equivocation over digital certificates, they lack a universal architecture for all supply chains. This document defines such an architecture for single-issuer signed statement transparency. It ensures extensibility and interoperability between different transparency services as well as compliance with various auditing procedures and regulatory requirements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9943"/>
          <seriesInfo name="DOI" value="10.17487/RFC9943"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC7942">
          <front>
            <title>Improving Awareness of Running Code: The Implementation Status Section</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <date month="July" year="2016"/>
            <abstract>
              <t>This document describes a simple process that allows authors of Internet-Drafts to record the status of known implementations by including an Implementation Status section. This will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation and feedback that have made the implemented protocols more mature.</t>
              <t>This process is not mandatory. Authors of Internet-Drafts are encouraged to consider using the process for their documents, and working groups are invited to think about applying the process to all of their protocol specifications. This document obsoletes RFC 6982, advancing it to a Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="205"/>
          <seriesInfo name="RFC" value="7942"/>
          <seriesInfo name="DOI" value="10.17487/RFC7942"/>
        </reference>
        <reference anchor="RFC9052">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9052"/>
          <seriesInfo name="DOI" value="10.17487/RFC9052"/>
        </reference>
      </references>
    </references>
    <?line 480?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The discipline of stating what each structure does not prove is owed to
every auditor who has been handed a green dashboard and asked to trust
it.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
