documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"capturedAtUtc": "2026-02-13T12:00:00Z",
|
||||
"feature": "reachability-replay-verification",
|
||||
"module": "reachgraph",
|
||||
"testProject": "src/ReachGraph/__Tests/StellaOps.ReachGraph.WebService.Tests/StellaOps.ReachGraph.WebService.Tests.csproj",
|
||||
"testFilter": "ClassName~ReachGraphApiIntegrationTests&MethodName~Replay",
|
||||
"testsRun": 26,
|
||||
"testsPassed": 26,
|
||||
"testsFailed": 0,
|
||||
"behaviorVerified": [
|
||||
"IReachGraphReplayService.ReplayAsync recomputes graph from inputs and compares digests",
|
||||
"ReplayRequest includes ExpectedDigest, ReplayInputs (SBOM, VEX, callgraph, runtime facts), optional scope",
|
||||
"ReplayResponse reports Match (bool), ComputedDigest, ExpectedDigest, DurationMs, InputsVerified, Divergence",
|
||||
"Replay from identical inputs produces matching digest (deterministic)",
|
||||
"InputsVerified reports individual per-input verification (SBOM, VEX, callgraph, RuntimeFacts)",
|
||||
"ReplayDivergence reports NodesAdded, NodesRemoved, EdgesChanged on mismatch",
|
||||
"POST v1/reachgraphs/replay endpoint with rate limiting",
|
||||
"NodeHashRecipe and PathHashRecipe provide deterministic hashing for replay"
|
||||
],
|
||||
"verdict": "pass"
|
||||
}
|
||||
Reference in New Issue
Block a user