-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.json
283 lines (283 loc) · 9.33 KB
/
sample.json
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
[
{
"version": "2.1.0",
"runs": [
{
"tool": {
"driver": {
"name": "Sample Tool",
"rules": [
{
"id": "RULE01",
"name": "Rule 1 Name",
"helpUri": "https://github.com/Microsoft/sarif-sdk",
"fullDescription": {
"text": "Full description for RuleId 1. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
},
"relationships": [
{
"target": {
"id": "??",
"index": 0,
"toolComponent": { "index": 0 }
}
}
]
}
]
}
},
"taxonomies": [
{ "taxa": [{ "name": "Taxon00", "helpUri": "Taxon00/help/uri" }] }
],
"versionControlProvenance": [
{
"repositoryUri": "https://dev.azure.com/Office/Office/_git/Office",
"revisionId": "da79c32c5a0dd2d08b1f411a6a2a1f752e215e73",
"branch": "master"
}
],
"results": [
{
"ruleId": "RULE01",
"message": { "text": "a) Version Control Provenance." },
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "/folder/file1.txt",
"uriBaseId": "SCAN_ROOT"
}
}
}
]
},
{
"ruleId": "RULE01",
"message": {
"text": "Message only. Keyword \"location\" for testing."
},
"locations": [
{
"physicalLocation": {
"artifactLocation": { "uri": "folder/file3.txt" }
}
}
],
"baselineState": "absent",
"workItemUris": ["http://sarifviewer.azurewebsites.net/"]
},
{
"ruleId": "RULE01/1",
"message": { "text": "Message with basic snippet." },
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "folder/file1.txt",
"properties": { "href": "http://example.com" }
},
"region": {
"snippet": {
"text": "Region snippet text only abc\nRegion snippet text only abc\nRegion snippet text only abc\nRegion snippet text only abc\nRegion snippet text only abc\nRegion snippet text only abc\nRegion snippet text only abc\nRegion snippet text only abc\nRegion snippet text only abc\nRegion snippet text only abc\n"
}
}
}
}
],
"baselineState": "new",
"level": "error"
},
{
"ruleId": "RULE01",
"message": {},
"locations": [
{
"physicalLocation": {
"artifactLocation": { "uri": "folder/file2.txt" },
"region": {
"snippet": {
"text": "Region snippet text only. No message. def"
}
}
}
}
],
"baselineState": "unchanged",
"level": "note"
},
{
"ruleId": "RULE01",
"message": { "text": "Testing show all." },
"locations": [
{
"physicalLocation": {
"artifactLocation": { "uri": "folder/file4.txt" }
}
}
],
"baselineState": "new"
},
{
"ruleId": "RULE01",
"message": {
"text": "Empty circle for level: none, kind: (undefined)."
},
"locations": [
{
"physicalLocation": {
"artifactLocation": { "uri": "folder/file5.txt" }
}
}
],
"baselineState": "new",
"level": "none"
},
{
"ruleId": "RULE01",
"message": { "text": "Green check for level: none, kind: pass." },
"locations": [
{
"physicalLocation": {
"artifactLocation": { "uri": "folder/file5.txt" }
}
}
],
"baselineState": "new",
"level": "none",
"kind": "pass"
},
{
"ruleId": "RULE02",
"message": { "text": "No path." },
"baselineState": "updated",
"level": "none"
},
{
"ruleId": "RULE02",
"message": { "text": "Only analysisTarget." },
"analysisTarget": { "uri": "analysisTarget" }
},
{
"ruleId": "RULE02",
"message": {
"markdown": "Sample [link](https://example.com). Fix any of the following:\n- Element does not have an alt attribute\n- aria-label attribute does not exist or is empty\n- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n- Element has no title attribute or the title attribute is empty\n- Element's default semantics were not overridden with role=\"presentation\"\n- Element's default semantics were not overridden with role=\"none\".",
"text": "Only analysisTarget."
},
"analysisTarget": { "uri": "analysisTarget" }
},
{
"ruleId": "RULE03",
"message": {
"text": "1. Message with basic snippet and startLine"
},
"locations": [
{
"physicalLocation": {
"artifactLocation": { "uri": "folder/file.txt" },
"region": {
"snippet": { "text": "Region snippet text only." },
"startLine": 100
}
}
}
]
},
{
"ruleId": "RULE03",
"message": {
"text": "2. Message with basic snippet and contextRegion"
},
"locations": [
{
"physicalLocation": {
"artifactLocation": { "uri": "folder/file.txt" },
"region": {
"snippet": { "text": "Region snippet text only." },
"startLine": 100
},
"contextRegion": {
"snippet": {
"text": "aaa\nRegion snippet text only.\nbbb"
},
"startLine": 99
}
}
}
]
},
{
"ruleId": "RULE04",
"message": { "text": "1. AXE-ish location. Typical." },
"locations": [
{
"logicalLocation": {
"fullyQualifiedName": "fullyQualifiedName"
},
"physicalLocation": {
"artifactLocation": { "index": 0 },
"region": {
"snippet": { "text": "Region snippet text only" }
}
}
}
]
},
{
"ruleId": "RULE04",
"message": { "text": "2. AXE-ish location. No artifact location." },
"locations": [
{
"logicalLocation": {
"fullyQualifiedName": "fullyQualifiedName"
},
"physicalLocation": {
"region": {
"snippet": { "text": "Region snippet text only" }
}
}
}
]
},
{
"ruleId": "RULE04",
"message": { "text": "1. AXE-ish location. Typical." },
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "fallback-missing-fullyQualifiedName"
},
"region": {
"snippet": { "text": "Region snippet text only" }
}
}
}
]
}
],
"artifacts": [
{
"location": { "uri": "indexed/artifact/uri" },
"description": {
"text": "Some really long text for indexed/artifact/uri"
}
}
]
}
]
},
{
"version": "2.1.0",
"runs": [
{
"tool": { "driver": { "name": "Sample Tool 2" } },
"results": [{ "message": {} }]
},
{
"tool": { "driver": { "name": "Sample Tool 3" } },
"results": [{ "message": {} }]
}
]
}
]