microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
docs/transparency-note-ai-messaging

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

35lines · modecode

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