audit notes work completed, test fixes work (95% done), new sprints, new data sources setup and configuration
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Evidence Pipeline Architecture - Consolidation Guide
|
||||
|
||||
**Version**: 1.0
|
||||
**Version**: 1.1
|
||||
**Status**: Reference Architecture
|
||||
**Last Updated**: 2026-01-11
|
||||
**Last Updated**: 2026-01-14
|
||||
|
||||
---
|
||||
|
||||
@@ -124,6 +124,10 @@ var layer1 = new ReachabilityLayer1
|
||||
| `NativeAnalyzer` | `Scanner.Analyzers.Native/Plugin/` | Native binary analysis |
|
||||
| B2R2 (dependency) | NuGet | Binary lifting/IR |
|
||||
|
||||
BinaryIndex ops and configuration (read-only):
|
||||
- Ops endpoints: GET `/api/v1/ops/binaryindex/health` -> BinaryIndexOpsHealthResponse, POST `/api/v1/ops/binaryindex/bench/run` -> BinaryIndexBenchResponse, GET `/api/v1/ops/binaryindex/cache` -> BinaryIndexFunctionCacheStats, GET `/api/v1/ops/binaryindex/config` -> BinaryIndexEffectiveConfig.
|
||||
- Config sections (case-insensitive): `BinaryIndex:B2R2Pool`, `BinaryIndex:SemanticLifting`, `BinaryIndex:FunctionCache` (Valkey), `Postgres:BinaryIndex` (canonical IR persistence).
|
||||
|
||||
**New Component Needed**:
|
||||
```csharp
|
||||
// IBinaryDiffService implementation using B2R2
|
||||
|
||||
Reference in New Issue
Block a user