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,47 @@
{
"type": "integration",
"capturedAtUtc": "2026-02-13T12:03:00Z",
"testCommand": "dotnet test src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj --no-restore -v normal + dotnet test src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj --no-restore -v normal",
"testFilter": "SecurityStateDeltaTests + ConsoleSimulationDiffServiceTests + DriftGateEvaluator tests + WhatIfSimulation tests",
"testsRun": 2059,
"testsPassed": 2059,
"testsFailed": 0,
"targetedTestMethods": [
"SecurityStateDeltaTests.SecurityStateDelta_CanBeCreated",
"SecurityStateDeltaTests.SbomDelta_TracksPackageChanges",
"SecurityStateDeltaTests.ReachabilityDelta_TracksChanges",
"SecurityStateDeltaTests.DeltaDriver_HasCorrectSeverity",
"SecurityStateDeltaTests.DeltaSummary_TracksRiskDirection",
"ConsoleSimulationDiffServiceTests.Compute_IsDeterministic_AndCarriesMetadata",
"CveAwareReleasePolicyGatesDeepTests (DriftGateEvaluator coverage)"
],
"behaviorVerified": [
"SecurityStateDelta model created with content-addressed DeltaId (delta:sha256:...)",
"Baseline and target snapshot IDs tracked (ksm:sha256:...)",
"SbomDelta tracks package additions, removals, modifications with license info",
"ReachabilityDelta tracks new-reachable and new-unreachable with per-CVE changes",
"DeltaDriver captures severity (Critical/High/Medium/Low) and type classification",
"DeltaSummary tracks risk direction (increasing/decreasing/neutral) with risk score",
"ConsoleSimulationDiffService produces deterministic delta for same inputs (JSON serialization equality)",
"Schema version: console-policy-23-001",
"Before/after summary with severity breakdowns",
"Rule impact analysis included in delta",
"Sample findings capped by budget",
"Provenance timestamps carried through",
"DriftGateEvaluator detects SBOM drift between baseline and target snapshots",
"WhatIfSimulationService computes baseline vs target deltas with decision changes"
],
"assertionTypes": [
"model-construction",
"content-addressed-ids",
"delta-tracking (additions/removals/modifications)",
"risk-direction-classification",
"determinism-verification (JSON serialization equality)",
"schema-version-matching",
"budget-enforcement"
],
"newTestsWritten": [],
"bugsFixed": [],
"rawOutput": "Policy.Tests: Passed! - Failed: 0, Passed: 781, Skipped: 0, Total: 781, Duration: 3s 172ms; Policy.Engine.Tests: Passed! - Failed: 0, Passed: 1278, Skipped: 0, Total: 1278, Duration: 7s 075ms",
"verdict": "pass"
}