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-4-with-disclaimer.json

49lines · modecode

1{
2 "projectSlug": "example-project",
3 "securityPlanFile": ".copilot-tracking/security-plans/example-project/security-plan.md",
4 "currentPhase": 4,
5 "entryMode": "from-prd",
6 "disclaimerShownAt": "2026-05-09T14:32:00Z",
7 "phaseGates": {
8 "phase1": { "gate": "hard", "confirmedAt": "2026-05-09T15:10:00Z" },
9 "phase2": { "gate": "summary-and-advance" },
10 "phase3": { "gate": "summary-and-advance" },
11 "phase4": { "gate": "hard", "confirmedAt": null },
12 "phase5": { "gate": "summary-and-advance" },
13 "phase6": { "gate": "hard", "confirmedAt": null }
14 },
15 "bucketsCompleted": ["identity", "data", "compute", "network"],
16 "standardsMapped": ["owasp-top-10", "nist-ssdf"],
17 "riskSurfaceStarted": true,
18 "handoffGenerated": { "ado": false, "github": false },
19 "context": {
20 "techStack": ["node.js", "typescript", "azure-functions", "cosmos-db"],
21 "deploymentModel": "cloud-native",
22 "dataClassification": "confidential",
23 "complianceTargets": ["soc2", "iso-27001"]
24 },
25 "referencesProcessed": [
26 {
27 "filePath": "README.md",
28 "type": "standard",
29 "processedInPhase": 1,
30 "sourceDescription": "Repository overview",
31 "status": "processed"
32 },
33 {
34 "filePath": "SECURITY.md",
35 "type": "standard",
36 "processedInPhase": 3,
37 "sourceDescription": "Security policy",
38 "status": "processed"
39 }
40 ],
41 "nextActions": ["Confirm Phase 4 hard gate before advancing to Phase 5"],
42 "userPreferences": { "autonomyTier": "guided" },
43 "raiEnabled": true,
44 "raiScope": "delegated",
45 "raiTier": "standard",
46 "raiRecommendationShown": true,
47 "raiPlannerDispatched": true,
48 "aiComponents": ["llm-summarizer"]
49}