Add tests and implement timeline ingestion options with NATS and Redis subscribers
- Introduced `BinaryReachabilityLifterTests` to validate binary lifting functionality. - Created `PackRunWorkerOptions` for configuring worker paths and execution persistence. - Added `TimelineIngestionOptions` for configuring NATS and Redis ingestion transports. - Implemented `NatsTimelineEventSubscriber` for subscribing to NATS events. - Developed `RedisTimelineEventSubscriber` for reading from Redis Streams. - Added `TimelineEnvelopeParser` to normalize incoming event envelopes. - Created unit tests for `TimelineEnvelopeParser` to ensure correct field mapping. - Implemented `TimelineAuthorizationAuditSink` for logging authorization outcomes.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Sprint 122 - Ingestion & Evidence · 110.C) Excititor.IV
|
||||
# Sprint 0122 · Excititor Ingestion & Evidence (Phase IV)
|
||||
|
||||
## Topic & Scope
|
||||
- Ingestion & Evidence focus on Excititor (phase IV) with policy-facing VEX APIs and risk feeds while staying aggregation-only.
|
||||
@@ -31,6 +31,7 @@
|
||||
## Execution Log
|
||||
| Date (UTC) | Update | Owner |
|
||||
| --- | --- | --- |
|
||||
| 2025-12-03 | Normalised sprint structure; added Decisions/Risks and Next Checkpoints; no status changes. | Planning |
|
||||
| 2025-11-27 | Marked OBS-52/53/54, ORCH-32/33 DONE after timeline/locker/attestation/orchestrator delivery. | Implementer |
|
||||
| 2025-12-01 | Normalized sprint file to standard template; set POLICY-20-001/20-002 and RISK-66-001 to BLOCKED pending Policy/Risk contracts (`advisory_key` schema, feed envelope). | Project Mgmt |
|
||||
| 2025-12-01 | Implemented policy VEX lookup endpoint (`/policy/v1/vex/lookup`) with advisory/PURL batching, canonicalization, and tenant enforcement; marked POLICY-20-001 DONE. | Implementer |
|
||||
@@ -38,6 +39,16 @@
|
||||
| 2025-12-01 | Updated test harness `StubAirgapImportStore` to implement new `IAirgapImportStore` methods; rebuilt WebService tests (policy filter reports no matching tests as PolicyEndpointsTests are excluded from project). | Implementer |
|
||||
| 2025-12-02 | Stabilized WebService test host with `UseTestServer` + TestHost package; full Excititor WebService test suite passes (all 26 green). Policy endpoints test now runs with test harness overrides (stub signer/attestation) and passes. | Implementer |
|
||||
|
||||
## Decisions & Risks
|
||||
- Excititor remains aggregation-only: policy lookup returns stored scope/linkset metadata without verdicts.
|
||||
- Risk feed (EXCITITOR-RISK-66-001) blocked pending Risk envelope; avoid emitting partial feeds to prevent contract drift.
|
||||
- Orchestrator integration delivered; keep feature-flagged until production thresholds validated.
|
||||
|
||||
## Next Checkpoints
|
||||
- Publish Risk feed envelope to unblock EXCITITOR-RISK-66-001.
|
||||
- Re-run WebService tests after any advisory_key schema changes from Policy.
|
||||
- Validate timeline/locker/attestation events with latest Evidence Locker manifests to ensure parity.
|
||||
|
||||
## Decisions & Risks
|
||||
- **Decisions**
|
||||
- Aggregation-only stance holds for policy/risk APIs; no consensus or severity derivation.
|
||||
|
||||
Reference in New Issue
Block a user