microsoft/hve-core
Publicmirrored from https://github.com/microsoft/hve-coreAvailable
scripts/tests/fixtures/security-state/phase-4-minimal.json
35lines · modecode
| 1 | { |
| 2 | "projectSlug": "example-project", |
| 3 | "securityPlanFile": "security/plan.md", |
| 4 | "currentPhase": 4, |
| 5 | "entryMode": "capture", |
| 6 | "disclaimerShownAt": null, |
| 7 | "noticeLog": [], |
| 8 | "phaseGates": { |
| 9 | "phase1": { "gate": "hard", "confirmedAt": "2025-01-01T12:00:00Z" }, |
| 10 | "phase2": { "gate": "summary-and-advance" }, |
| 11 | "phase3": { "gate": "summary-and-advance" }, |
| 12 | "phase4": { "gate": "hard", "confirmedAt": null }, |
| 13 | "phase5": { "gate": "summary-and-advance" }, |
| 14 | "phase6": { "gate": "hard", "confirmedAt": null } |
| 15 | }, |
| 16 | "bucketsCompleted": ["networking"], |
| 17 | "standardsMapped": ["OWASP Top 10"], |
| 18 | "riskSurfaceStarted": true, |
| 19 | "handoffGenerated": { "ado": false, "github": false }, |
| 20 | "context": { |
| 21 | "techStack": ["nodejs", "aws"], |
| 22 | "deploymentModel": "cloud-native", |
| 23 | "dataClassification": "confidential", |
| 24 | "complianceTargets": ["NIST"] |
| 25 | }, |
| 26 | "referencesProcessed": [], |
| 27 | "nextActions": ["run-scan"], |
| 28 | "userPreferences": { "autonomyTier": "partial" }, |
| 29 | "raiEnabled": false, |
| 30 | "raiScope": "none", |
| 31 | "raiTier": "none", |
| 32 | "raiRecommendationShown": false, |
| 33 | "raiPlannerDispatched": false, |
| 34 | "aiComponents": [] |
| 35 | } |
| 36 | |