Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
e9a931c
test(core): specify enterprise approval lifecycle
seonghobae Aug 23, 2026
fc8dd10
test(policy): locate enterprise approval lifecycle boundary
seonghobae Aug 23, 2026
e55aa15
test(policy): move enterprise approval lifecycle regression
seonghobae Aug 23, 2026
bee1d34
test(policy): format enterprise approval lifecycle regression
seonghobae Aug 23, 2026
0431c4c
feat(policy): implement enterprise approval lifecycle
seonghobae Aug 23, 2026
5ca0d73
feat(policy): expose enterprise approval lifecycle
seonghobae Aug 23, 2026
c63ba3c
style(policy): apply canonical Rust formatting
seonghobae Aug 23, 2026
0d32899
test(policy): cover approval terminal transition guards
seonghobae Aug 23, 2026
88a5086
style(policy): apply canonical Rust formatting
seonghobae Aug 23, 2026
f1432f5
test(core): reject approval clock rollback
seonghobae Aug 23, 2026
c80b552
fix(core): enforce monotonic approval lifecycle time
seonghobae Aug 23, 2026
f120367
test(core): pin approval rollback error contract
seonghobae Aug 23, 2026
369aa6c
style(core): apply canonical approval time formatting
seonghobae Aug 23, 2026
e634a63
test(core): forbid cloning approval accounting state
seonghobae Aug 23, 2026
f9b5937
fix(core): make approval accounting state non-cloneable
seonghobae Aug 23, 2026
08390f8
style(core): satisfy strict clone-contract clippy
seonghobae Aug 23, 2026
44947cd
test(policy): cover monotonic pending transitions
seonghobae Aug 23, 2026
e54ce8f
docs(changelog): record enterprise approval lifecycle
seonghobae Aug 23, 2026
fb6113e
test(policy): prevent enterprise approval replay
seonghobae Aug 23, 2026
98ea5c7
test(policy): format approval replay regression
seonghobae Aug 23, 2026
618ad1e
fix(policy): make consumed enterprise approvals one-shot
seonghobae Aug 23, 2026
2a95e1e
fix(policy): apply canonical approval-use formatting
seonghobae Aug 23, 2026
8015ae6
docs(policy): record one-shot enterprise approval authority
seonghobae Aug 23, 2026
ed4cab1
docs(policy): index enterprise approval ADR
seonghobae Aug 23, 2026
2fb49a3
chore(policy): realign enterprise approval to protected main
seonghobae Aug 25, 2026
ee3cac4
test(policy): pin approval-use expiry at evaluation
seonghobae Aug 25, 2026
09df6e0
fix(policy): revalidate approval expiry at evaluation
seonghobae Aug 25, 2026
ad2b515
docs(policy): bound approval use lifetime and crash claims
seonghobae Aug 25, 2026
158fe1c
docs(policy): make checker authorization boundary explicit
seonghobae Aug 25, 2026
bc6c99f
test(policy): pin revocation of outstanding enterprise approval use
seonghobae Aug 25, 2026
cc59746
fix(policy): invalidate outstanding uses after checker revocation
seonghobae Aug 25, 2026
185cf67
docs(policy): bind outstanding uses to checker revocation
seonghobae Aug 25, 2026
6ad9c10
test(core): revoke exhausted outstanding approval use
seonghobae Aug 25, 2026
8e2491b
fix(core): revoke exhausted outstanding approval uses
seonghobae Aug 25, 2026
0ee005d
docs(adr): revoke final outstanding enterprise uses
seonghobae Aug 25, 2026
1a6d50c
test(policy): protect approval scope privacy at expiry
seonghobae Aug 25, 2026
af251ad
test(policy): format approval scope privacy regression
seonghobae Aug 25, 2026
4d8bad3
fix(policy): enforce approval scope before lifecycle state
seonghobae Aug 25, 2026
2059a6f
test(policy): protect actor identity before expiry state
seonghobae Aug 25, 2026
6d461d9
test(policy): apply canonical formatting
seonghobae Aug 25, 2026
9205583
fix(policy): validate actor identity before lifecycle state
seonghobae Aug 25, 2026
ae36811
test(approval): reject bidi controls in principal refs
seonghobae Aug 25, 2026
6ba9d89
fix(approval): reject bidi controls in principal refs
seonghobae Aug 25, 2026
7dd5c84
docs(approval): bind principal display safety to Unicode bidi controls
seonghobae Aug 25, 2026
d7de052
docs(standards): record Unicode bidi-control identity boundary
seonghobae Aug 25, 2026
cda5538
docs(changelog): record principal bidi-control hardening
seonghobae Aug 25, 2026
4d27493
docs(approval): clarify actor separation boundary
seonghobae Aug 25, 2026
093a8a9
test(policy): cover observed expiry invalidation
seonghobae Aug 25, 2026
a8b9498
fix(policy): invalidate issued uses on observed expiry
seonghobae Aug 25, 2026
cfabd8b
docs(adr): bind issued uses to observed terminal expiry
seonghobae Aug 25, 2026
1030018
fix(policy): apply canonical rustfmt to terminal invalidation
seonghobae Aug 25, 2026
ce001d3
test(policy): reject approval use scope drift
seonghobae Aug 25, 2026
248740a
test(policy): format approval scope regressions
seonghobae Aug 25, 2026
f04980c
fix(policy): bind approval use to exact request scope
seonghobae Aug 25, 2026
e0740a6
docs(adr): align approval-use scope ordering
seonghobae Aug 25, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to OriginWeave are documented in this file. The format follo

### Added

- Added a bounded enterprise maker-checker approval lifecycle with opaque principal references, exact immutable-scope approval, distinct maker/checker enforcement, bounded expiry and use counts, monotonic trusted-time transitions, fail-closed terminal states, and non-cloneable one-shot policy-evaluation uses so consumed enterprise authority cannot be replayed as reusable approval evidence.
- Refreshed the product and technical gap baseline with the 2026-08-24 live inventory: 158 open pull requests (44 ready, 114 draft), refreshed exact base/head evidence for the #208–#222 release, enterprise-approval, BAP, and WARC/PROV chains, the governance issue additions #212 and #215, and a required-check provider-failure record for the fail-closed Strix re-dispatches on #208/#218/#220.
- Added a dated product and technical gap baseline that separates protected-main implementation truth, active pull-request evidence, live review/check blockers, and the next buyer-visible Phase 1 acceptance work.
- Refreshed the product and technical gap baseline with the current open-PR inventory and exact base/head evidence for the newest Chromium, BAP, extraction, WARC, and idempotency slices.
Expand Down Expand Up @@ -64,6 +65,8 @@ All notable changes to OriginWeave are documented in this file. The format follo
- Crawler mode is read-only, must pair with the public-crawl purpose, and fails closed without an applicable robots-policy decision.
- State-changing actions are same-origin by default.
- R3 and R4 approvals are bound to the exact action, target origin, and immutable digest of the complete canonical action intent; R5 legal consent is non-delegable.
- Consumed enterprise maker-checker approvals expose only a non-cloneable one-shot policy-evaluation use; denial still burns the consumed use and the reusable caller policy context is not upgraded with enterprise approval evidence.
- Enterprise approval principal references reject Unicode `Bidi_Control` directional marks, embeddings, overrides, and isolates so hidden bidirectional formatting cannot make an exact `(issuer, subject)` authority tuple present as a misleading audit/operator identity.
- Shortened, integer, hexadecimal, and legacy octal-looking IPv4 host spellings are rejected so the policy origin cannot diverge from Chromium host interpretation.
- IPv4-mapped IPv6 is canonicalized before destination classification and pin comparison so mapped private or loopback addresses cannot bypass IPv4 policy.
- The default destination policy permits only public addresses and denies unspecified, loopback, private, shared, link-local, metadata, documentation, benchmarking, multicast, broadcast, transition, and protocol-reserved destinations.
Expand Down
Loading
Loading