microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
feat/a11y-pr6-docs

Branches

Tags

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

Clone

HTTPS

Download ZIP

scripts/tests/fixtures/security-state/phase-4-mid.json

57lines · 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 "noticeLog": [
8 {
9 "noticeType": "professional-review-reminder",
10 "shownAt": "2026-05-09T14:32:00Z",
11 "source": ".github/instructions/security/identity.instructions.md",
12 "details": { "phase": "phase4" }
13 }
14 ],
15 "phaseGates": {
16 "phase1": { "gate": "hard", "confirmedAt": "2026-05-09T15:10:00Z" },
17 "phase2": { "gate": "summary-and-advance" },
18 "phase3": { "gate": "summary-and-advance" },
19 "phase4": { "gate": "hard", "confirmedAt": null },
20 "phase5": { "gate": "summary-and-advance" },
21 "phase6": { "gate": "hard", "confirmedAt": null }
22 },
23 "bucketsCompleted": ["identity", "data", "compute", "network"],
24 "standardsMapped": ["owasp-top-10", "nist-ssdf"],
25 "riskSurfaceStarted": true,
26 "handoffGenerated": { "ado": false, "github": false },
27 "context": {
28 "techStack": ["node.js", "typescript", "azure-functions", "cosmos-db"],
29 "deploymentModel": "cloud-native",
30 "dataClassification": "confidential",
31 "complianceTargets": ["soc2", "iso-27001"]
32 },
33 "referencesProcessed": [
34 {
35 "filePath": "README.md",
36 "type": "standard",
37 "processedInPhase": 1,
38 "sourceDescription": "Repository overview",
39 "status": "processed"
40 },
41 {
42 "filePath": "SECURITY.md",
43 "type": "standard",
44 "processedInPhase": 3,
45 "sourceDescription": "Security policy",
46 "status": "processed"
47 }
48 ],
49 "nextActions": ["Confirm Phase 4 hard gate before advancing to Phase 5"],
50 "userPreferences": { "autonomyTier": "guided" },
51 "raiEnabled": true,
52 "raiScope": "delegated",
53 "raiTier": "standard",
54 "raiRecommendationShown": true,
55 "raiPlannerDispatched": true,
56 "aiComponents": ["llm-summarizer"]
57}
58