security: harden registry trust and ingestion
All checks were successful
Standalone registry checks / check (push) Successful in 3m47s
All checks were successful
Standalone registry checks / check (push) Successful in 3m47s
This commit is contained in:
parent
82b9d652a9
commit
9705b01fe4
25 changed files with 846 additions and 144 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,5 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
## 0.3.0 - 2026-09-13
|
||||
|
||||
- Snapshot authenticated SQLite bytes into a private file before queries and sign
|
||||
sealed receipt bytes, removing mutable-path time-of-check/time-of-use windows.
|
||||
- Require consumer-supplied reviewer trust roots during signed verification and
|
||||
activation; support retired reviewer keys with OpenSSH validity epochs.
|
||||
- Hash the exact source descriptor stream consumed by parsers and add configurable
|
||||
expanded-byte, record, database-growth, query-output and diff-output limits.
|
||||
- Bind identity decisions to entity metadata, redact descriptions from typed diffs,
|
||||
include diff attribution and keep CrUX job IDs stable across output-only limits.
|
||||
- Migrate writer stores to schema/rules version 3 while allowing activation over
|
||||
pinned version 1 and version 2 generations for revocation checks.
|
||||
|
||||
## 0.2.0 - 2026-09-13
|
||||
|
||||
- Open generations from an authenticated immutable SQLite file descriptor and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue