save checkpoint

This commit is contained in:
master
2026-02-14 09:11:48 +02:00
parent 9ca2de05df
commit e9aeadc040
1512 changed files with 30863 additions and 4728 deletions

View File

@@ -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"
}