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,21 @@
{
"type": "integration",
"capturedAtUtc": "2026-02-13T12:00:00Z",
"feature": "static-sbom-call-graph-pruning",
"module": "reachgraph",
"testProject": "src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj",
"testFilter": "ClassName~SymbolCanonicalizerTests|ClassName~SymbolMatcherTests|ClassName~ReachabilityLatticePropertyTests",
"testsRun": 224,
"testsPassed": 224,
"testsFailed": 0,
"behaviorVerified": [
"QueryStaticAsync determines StaticReachable (SR) or StaticUnreachable (SU) lattice state",
"ReachabilityLattice transitions from Unknown to SR (confidence 0.30) or SU (confidence 0.40)",
"SymbolCanonicalizer provides language-aware symbol normalization for accurate graph matching",
"SymbolMatcher performs cross-language matching with configurable options",
"ReachGraphStoreAdapter performs BFS graph traversal to determine reachability",
"ReachGraphSliceService provides package slice queries for accessing filtered results",
"QueryBatchAsync supports SBOM-wide analysis across multiple symbols"
],
"verdict": "pass"
}