-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsafety-case.json
More file actions
95 lines (95 loc) · 2.05 KB
/
Copy pathsafety-case.json
File metadata and controls
95 lines (95 loc) · 2.05 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"format": "go-FuSa Safety Case v1",
"generatedAt": "2026-06-19T20:36:23.952283887Z",
"module": "github.com/SoundMatt/go-LIN",
"standard": "generic",
"evidence": [
{
"id": "check",
"description": "Coding standard and static analysis checks",
"file": "check-report.json",
"status": "absent",
"detail": "run 'gofusa check --output check-report.json' to generate"
},
{
"id": "trace",
"description": "Requirements traceability matrix",
"file": ".fusa-reqs.json",
"status": "present",
"detail": "112 requirements"
},
{
"id": "verify",
"description": "Test evidence bundle",
"file": ".fusa-evidence.json",
"status": "present",
"detail": "176/176 tests passed"
},
{
"id": "qualify",
"description": "Tool qualification report",
"file": "qualify-report.json",
"status": "absent",
"detail": "run 'gofusa qualify' to generate"
},
{
"id": "sbom",
"description": "SBOM (SPDX 3.0.1)",
"file": "sbom.json",
"status": "present"
},
{
"id": "provenance",
"description": "Build provenance",
"file": "provenance.json",
"status": "present"
}
],
"clauses": [
{
"standard": "Generic",
"clause": "CS-1",
"title": "Coding standard compliance",
"evidenceIds": [
"check"
]
},
{
"standard": "Generic",
"clause": "CS-2",
"title": "Requirements traceability",
"evidenceIds": [
"trace"
]
},
{
"standard": "Generic",
"clause": "CS-3",
"title": "Test evidence",
"evidenceIds": [
"verify"
]
},
{
"standard": "Generic",
"clause": "CS-4",
"title": "Tool qualification",
"evidenceIds": [
"qualify"
]
},
{
"standard": "Generic",
"clause": "CS-5",
"title": "Release inventory",
"evidenceIds": [
"sbom",
"provenance"
]
}
],
"gaps": [
"check",
"qualify"
]
}