- Implemented Attestation Chain API client with methods for verifying, fetching, and managing attestation chains. - Created models for Attestation Chain, including DSSE envelope structures and verification results. - Developed Triage Evidence API client for fetching finding evidence, including methods for evidence retrieval by CVE and component. - Added models for Triage Evidence, encapsulating evidence responses, entry points, boundary proofs, and VEX evidence. - Introduced mock implementations for both API clients to facilitate testing and development.
2.8 KiB
2.8 KiB
Signals · Local Tasks
This file mirrors sprint work for the Signals module.
| Task ID | Sprint | Status | Notes |
|---|---|---|---|
SIG-STORE-401-016 |
docs/implplan/SPRINT_0401_0001_0001_reachability_evidence_chain.md |
DONE (2025-12-13) | Added reachability store repository APIs and models; callgraph ingestion now populates the store; Mongo index script at ops/mongo/indices/reachability_store_indices.js. |
UNCERTAINTY-SCHEMA-401-024 |
docs/implplan/SPRINT_0401_0001_0001_reachability_evidence_chain.md |
DONE (2025-12-13) | Implemented uncertainty tiers and scoring integration; see src/Signals/StellaOps.Signals/Lattice/UncertaintyTier.cs and src/Signals/StellaOps.Signals/Lattice/ReachabilityLattice.cs. |
UNCERTAINTY-SCORER-401-025 |
docs/implplan/SPRINT_0401_0001_0001_reachability_evidence_chain.md |
DONE (2025-12-13) | Reachability risk score now uses configurable entropy weights and is aligned with UncertaintyDocument.RiskScore; tests cover tier/entropy scoring. |
UNKNOWNS-DECAY-3601-001 |
docs/implplan/SPRINT_3601_0001_0001_unknowns_decay_algorithm.md |
DONE (2025-12-17) | Implemented decay worker/service, signal refresh hook, and deterministic unit/integration tests. |
TRI-MASTER-0003 |
docs/implplan/SPRINT_3600_0001_0001_triage_unknowns_master.md |
DONE (2025-12-17) | Synced Signals AGENTS with Unknowns scoring/decay contracts and configuration sections. |
GATE-3405-011 |
docs/implplan/SPRINT_3405_0001_0001_gate_multipliers.md |
DONE (2025-12-18) | Applied gate multipliers in ReachabilityScoringService using path gate evidence from callgraph edges. |
GATE-3405-012 |
docs/implplan/SPRINT_3405_0001_0001_gate_multipliers.md |
DONE (2025-12-18) | Extended reachability fact evidence contract + digest to include GateMultiplierBps and Gates. |
GATE-3405-016 |
docs/implplan/SPRINT_3405_0001_0001_gate_multipliers.md |
DONE (2025-12-18) | Added deterministic parser/normalizer/scoring coverage for gate propagation + multiplier effect. |
SIG-CG-3104-001 |
docs/implplan/SPRINT_3104_0001_0001_signals_callgraph_projection_completion.md |
DONE (2025-12-18) | Defined ICallGraphSyncService contract for projecting callgraphs into relational tables. |
SIG-CG-3104-002 |
docs/implplan/SPRINT_3104_0001_0001_signals_callgraph_projection_completion.md |
DONE (2025-12-18) | Implemented CallGraphSyncService with idempotent, transactional batch projection. |
SIG-CG-3104-003 |
docs/implplan/SPRINT_3104_0001_0001_signals_callgraph_projection_completion.md |
DONE (2025-12-18) | Wired projection trigger in CallgraphIngestionService post-upsert. |
SIG-CG-3104-004 |
docs/implplan/SPRINT_3104_0001_0001_signals_callgraph_projection_completion.md |
DONE (2025-12-18) | Added unit tests (CallGraphSyncServiceTests.cs) and integration tests (CallGraphProjectionIntegrationTests.cs). |