documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF

This commit is contained in:
master
2026-02-25 01:24:07 +02:00
parent b07d27772e
commit 4db038123b
9090 changed files with 4836 additions and 2909 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"
}