# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Versioning note: the repository tag versions **the contract** (file set, key names, case ids, disposition semantics). Each JSON file additionally carries its own `"version"` field, bumped when that file changes. ## [Unreleased] Nothing yet. ## [0.3.0] — 2026-08-11 **A detection pattern changed value. That has not happened in this repository before, and it is the reason this is a release.** `v0.2.0` changed what a runtime must *declare*; this one changes what a conforming runtime *finds*. A consumer that vendors `0.3.0` and re-runs its suite will see a finding on inputs that produced none under `0.2.0`. In 0.x that is a minor bump by the rules; read the first entry below before upgrading, not the version number. The lexicon `0.6.0` entry previously sitting under *Unreleased* is folded in here — it was committed but never tagged, and `0.7.0` supersedes its central claim. ### Changed - **`lexicon/injection-lexicon.json` (`0.5.1` → `0.7.0`) — `hybrid-xss:script-tag` converged on `llm-security`'s current form.** ``` 0.6.0 and earlier ]*>[\s\S]*?<\/script> closing tag REQUIRED 0.7.0 ]*> opening tag only ``` Byte-identical to `llm-security`'s `RegExp.prototype.source` at `b1ba1fb` (`scanners/lib/injection-patterns.mjs:170`), verified by compiling both. They dropped the closing-tag requirement in `90f576f` (2026-08-10) because it was a recall hole: `` matches the pattern under *both* forms, so it passes either way. Reverting the pattern to its `0.6.0` form fails this case and only this case — mutation-verified in both directions across all 90. **The first case input authored in this repository** rather than reproduced verbatim from a runtime's payload set, recorded in the new `authored_payloads` block rather than folded into `payload_provenance`, whose value is precisely the claim that its inputs are verbatim upstream. That claim stays exactly as strong as it was: 83 of 83. Both witnesses for this axis were named by `llm-security` on 2026-08-10; this is the first of the two. Findings measured through the guard's public API at `0dce50f` / `0.5.0`, with the existing case's committed bytes and digest reproduced by the same harness in the same run as a control. - **`schema/conformance-declaration.schema.json` (`0.1.0`)** — the shape a runtime publishes alongside a conformance result, satisfying the §1.1 MUST that `v0.2.0` created and left without a form. Requested by `llm-security` in those terms (runtime, commit measured, implemented file paths) with the stated reason that two runtimes publishing free-form declarations makes `83/83 + 6 not-applicable` unparseable by anyone but its author. Carries the two arithmetic invariants §1.1 implies but cannot state unambiguously in prose: the four verdict counts MUST sum to the total, and the total MUST equal the corpus case count at the commit measured. Requires the enumeration arrays whenever their counts are non-zero, which turns §1.1's "MUST still be enumerated" from prose into a schema failure. Keeps `error` and `not_applicable` structurally distinct, per §1.1. Records `declaration_source` — whether the declared set is derived from the runner's own constant or hand-maintained beside it — because only the derived form makes the anti-narrowing fence structural. **Deliberately not a gate:** nothing in this repository runs, and no validation was asked for. Mutation-tested: the example validates, and five distinct defect classes are rejected. - **`spec/conformance-corpus.md` §1.1** — normative pointer to that schema, plus a SHOULD that a runtime derive its declared set from the constant its runner uses to accept or reject a `scope`, and record which it did. ### Fixed - `docs/lexicon-port-divergence.md` — the `hybrid-xss:script-tag` row is closed on the closing-tag axis, having reversed twice in three days (guard-diverges → commons-diverges → converged). What remains open is the one-byte span difference: the guard excludes `<` from its negated class and the other two do not, so `