microsoft/hve-core

Public

mirrored from https://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
feat/a11y-pr1-scripts-validators

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

scripts/tests/fixtures/security-state/phase-6-minimal.json

34lines · modecode

1{
2 "projectSlug": "example-project",
3 "securityPlanFile": "security/plan.md",
4 "currentPhase": 6,
5 "entryMode": "from-prd",
6 "disclaimerShownAt": null,
7 "phaseGates": {
8 "phase1": { "gate": "hard", "confirmedAt": "2025-01-01T12:00:00Z" },
9 "phase2": { "gate": "summary-and-advance" },
10 "phase3": { "gate": "summary-and-advance" },
11 "phase4": { "gate": "hard", "confirmedAt": "2025-03-01T09:00:00Z" },
12 "phase5": { "gate": "summary-and-advance" },
13 "phase6": { "gate": "hard", "confirmedAt": "2025-04-01T10:00:00Z" }
14 },
15 "bucketsCompleted": ["networking", "identity"],
16 "standardsMapped": ["OWASP Top 10", "NIST SSDF"],
17 "riskSurfaceStarted": true,
18 "handoffGenerated": { "ado": true, "github": true },
19 "context": {
20 "techStack": ["python", "azure"],
21 "deploymentModel": "hybrid",
22 "dataClassification": "restricted",
23 "complianceTargets": ["SOC2", "ISO27001"]
24 },
25 "referencesProcessed": [ { "filePath": "docs/architecture.md", "type": "standard", "processedInPhase": 2, "sourceDescription": "Architecture", "status": "processed" } ],
26 "nextActions": [],
27 "userPreferences": { "autonomyTier": "full" },
28 "raiEnabled": true,
29 "raiScope": "delegated",
30 "raiTier": "comprehensive",
31 "raiRecommendationShown": true,
32 "raiPlannerDispatched": true,
33 "aiComponents": ["ml-inference", "nlp-indexer"]
34}
35