-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathartifact-contracts.v1.json
More file actions
59 lines (59 loc) · 1.55 KB
/
Copy pathartifact-contracts.v1.json
File metadata and controls
59 lines (59 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"schema_version": "1",
"contracts": [
{
"name": "AttackSurfaceList.v1",
"file": "attack-surface-list.v1.yaml",
"storage": ".omv/campaigns/<id>.surfaces.yaml",
"compatibility_mode": "closed"
},
{
"name": "Campaign.v1",
"file": "campaign.v1.yaml",
"storage": ".omv/campaigns/<id>.yaml",
"compatibility_mode": "closed"
},
{
"name": "CandidateList.v1",
"file": "candidate-list.v1.yaml",
"storage": "Skill output and optional local handoff",
"compatibility_mode": "extensible"
},
{
"name": "Evidence.v1",
"file": "evidence.v1.yaml",
"storage": ".omv/findings/<id>.yaml",
"compatibility_mode": "extensible"
},
{
"name": "ReportProvenance.v1",
"file": "report-provenance.v1.yaml",
"storage": ".omv/reports/<id>/provenance.json",
"compatibility_mode": "closed"
},
{
"name": "SourceRef.v1",
"file": "source-ref.v1.yaml",
"storage": ".omv/sources/<id>.yaml",
"compatibility_mode": "closed"
},
{
"name": "Submission.v1",
"file": "submission.v1.yaml",
"storage": ".omv/submissions/<id>.yaml",
"compatibility_mode": "closed"
},
{
"name": "ThreatMap.v1",
"file": "threat-map.v1.yaml",
"storage": ".omv/threatmaps/<id>.yaml",
"compatibility_mode": "extensible"
},
{
"name": "Verification.v1",
"file": "verification.v1.yaml",
"storage": ".omv/verifications/<id>.yaml",
"compatibility_mode": "extensible"
}
]
}