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-aware-vulnerability-analysis",
"module": "reachgraph",
"testProject": "src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj",
"testFilter": "ClassName~SymbolCanonicalizerTests|ClassName~SymbolMatcherTests|ClassName~DotNetSymbolNormalizerTests|ClassName~JavaSymbolNormalizerTests|ClassName~NativeSymbolNormalizerTests|ClassName~ScriptSymbolNormalizerTests",
"testsRun": 224,
"testsPassed": 224,
"testsFailed": 0,
"behaviorVerified": [
"IReachabilityIndex unified facade: QueryStaticAsync (Layer 1-3), QueryRuntimeAsync, QueryHybridAsync, QueryBatchAsync",
"ReachabilityIndex combines IReachGraphAdapter and ISignalsAdapter for hybrid results",
"HybridReachabilityResult includes lattice state, confidence, VEX recommendation",
"Multi-layer analysis transitions correctly through lattice states",
"Batch query for CVE vulnerability analysis returns results for all symbols",
"Symbol canonicalization across languages: DotNet, Java, Native, Script normalizers",
"SymbolCanonicalizer and SymbolMatcher for cross-language symbol matching",
"ReachabilityController exposes static, runtime, hybrid, and batch endpoints at v1/reachability"
],
"verdict": "pass"
}