save checkpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user