gitlab-security_report_schemas 0.1.0.min15.1.0.max15.1.0 → 0.1.1.min15.0.0.max15.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +6 -9
  3. data/README.md +14 -10
  4. data/RUNBOOK.md +28 -0
  5. data/Rakefile +1 -1
  6. data/gem_version +1 -1
  7. data/gitlab-security_report_schemas.gemspec +1 -1
  8. data/lib/gitlab/security_report_schemas/configuration.rb +2 -2
  9. data/lib/gitlab/security_report_schemas/version.rb +1 -3
  10. data/schemas/15.0.0/cluster-image-scanning-report-format.json +946 -0
  11. data/schemas/15.0.0/container-scanning-report-format.json +880 -0
  12. data/schemas/15.0.0/coverage-fuzzing-report-format.json +836 -0
  13. data/schemas/15.0.0/dast-report-format.json +1241 -0
  14. data/schemas/15.0.0/dependency-scanning-report-format.json +944 -0
  15. data/schemas/15.0.0/sast-report-format.json +831 -0
  16. data/schemas/15.0.0/secret-detection-report-format.json +854 -0
  17. data/schemas/15.0.1/cluster-image-scanning-report-format.json +980 -0
  18. data/schemas/15.0.1/container-scanning-report-format.json +914 -0
  19. data/schemas/15.0.1/coverage-fuzzing-report-format.json +870 -0
  20. data/schemas/15.0.1/dast-report-format.json +1275 -0
  21. data/schemas/15.0.1/dependency-scanning-report-format.json +978 -0
  22. data/schemas/15.0.1/sast-report-format.json +865 -0
  23. data/schemas/15.0.1/secret-detection-report-format.json +888 -0
  24. data/schemas/15.0.2/cluster-image-scanning-report-format.json +980 -0
  25. data/schemas/15.0.2/container-scanning-report-format.json +912 -0
  26. data/schemas/15.0.2/coverage-fuzzing-report-format.json +870 -0
  27. data/schemas/15.0.2/dast-report-format.json +1275 -0
  28. data/schemas/15.0.2/dependency-scanning-report-format.json +978 -0
  29. data/schemas/15.0.2/sast-report-format.json +865 -0
  30. data/schemas/15.0.2/secret-detection-report-format.json +888 -0
  31. data/schemas/15.0.4/cluster-image-scanning-report-format.json +984 -0
  32. data/schemas/15.0.4/container-scanning-report-format.json +916 -0
  33. data/schemas/15.0.4/coverage-fuzzing-report-format.json +874 -0
  34. data/schemas/15.0.4/dast-report-format.json +1279 -0
  35. data/schemas/15.0.4/dependency-scanning-report-format.json +982 -0
  36. data/schemas/15.0.4/sast-report-format.json +869 -0
  37. data/schemas/15.0.4/secret-detection-report-format.json +893 -0
  38. data/schemas/15.0.5/cluster-image-scanning-report-format.json +1035 -0
  39. data/schemas/15.0.5/container-scanning-report-format.json +967 -0
  40. data/schemas/15.0.5/coverage-fuzzing-report-format.json +925 -0
  41. data/schemas/15.0.5/dast-report-format.json +1330 -0
  42. data/schemas/15.0.5/dependency-scanning-report-format.json +1033 -0
  43. data/schemas/15.0.5/sast-report-format.json +920 -0
  44. data/schemas/15.0.5/secret-detection-report-format.json +944 -0
  45. data/schemas/15.0.6/cluster-image-scanning-report-format.json +1035 -0
  46. data/schemas/15.0.6/container-scanning-report-format.json +967 -0
  47. data/schemas/15.0.6/coverage-fuzzing-report-format.json +925 -0
  48. data/schemas/15.0.6/dast-report-format.json +1330 -0
  49. data/schemas/15.0.6/dependency-scanning-report-format.json +1033 -0
  50. data/schemas/15.0.6/sast-report-format.json +920 -0
  51. data/schemas/15.0.6/secret-detection-report-format.json +944 -0
  52. data/schemas/15.0.7/cluster-image-scanning-report-format.json +1085 -0
  53. data/schemas/15.0.7/container-scanning-report-format.json +1017 -0
  54. data/schemas/15.0.7/coverage-fuzzing-report-format.json +975 -0
  55. data/schemas/15.0.7/dast-report-format.json +1380 -0
  56. data/schemas/15.0.7/dependency-scanning-report-format.json +1083 -0
  57. data/schemas/15.0.7/sast-report-format.json +970 -0
  58. data/schemas/15.0.7/secret-detection-report-format.json +994 -0
  59. data/schemas/15.1.1/cluster-image-scanning-report-format.json +1065 -0
  60. data/schemas/15.1.1/container-scanning-for-registry-report-format.json +0 -0
  61. data/schemas/15.1.1/container-scanning-report-format.json +998 -0
  62. data/schemas/15.1.1/coverage-fuzzing-report-format.json +975 -0
  63. data/schemas/15.1.1/dast-report-format.json +1380 -0
  64. data/schemas/15.1.1/dependency-scanning-report-format.json +986 -0
  65. data/schemas/15.1.1/sast-report-format.json +970 -0
  66. data/schemas/15.1.1/secret-detection-report-format.json +994 -0
  67. data/schemas/15.1.2/cluster-image-scanning-report-format.json +1190 -0
  68. data/schemas/15.1.2/container-scanning-report-format.json +1123 -0
  69. data/schemas/15.1.2/coverage-fuzzing-report-format.json +1100 -0
  70. data/schemas/15.1.2/dast-report-format.json +1505 -0
  71. data/schemas/15.1.2/dependency-scanning-report-format.json +1111 -0
  72. data/schemas/15.1.2/sast-report-format.json +1095 -0
  73. data/schemas/15.1.2/secret-detection-report-format.json +1119 -0
  74. data/schemas/15.1.3/cluster-image-scanning-report-format.json +1190 -0
  75. data/schemas/15.1.3/container-scanning-report-format.json +1123 -0
  76. data/schemas/15.1.3/coverage-fuzzing-report-format.json +1100 -0
  77. data/schemas/15.1.3/dast-report-format.json +1505 -0
  78. data/schemas/15.1.3/dependency-scanning-report-format.json +1111 -0
  79. data/schemas/15.1.3/sast-report-format.json +1095 -0
  80. data/schemas/15.1.3/secret-detection-report-format.json +1119 -0
  81. data/schemas/15.1.4/cluster-image-scanning-report-format.json +1190 -0
  82. data/schemas/15.1.4/container-scanning-report-format.json +1123 -0
  83. data/schemas/15.1.4/coverage-fuzzing-report-format.json +1100 -0
  84. data/schemas/15.1.4/dast-report-format.json +1505 -0
  85. data/schemas/15.1.4/dependency-scanning-report-format.json +1111 -0
  86. data/schemas/15.1.4/sast-report-format.json +1095 -0
  87. data/schemas/15.1.4/secret-detection-report-format.json +1119 -0
  88. data/supported_versions +11 -0
  89. metadata +83 -4
@@ -0,0 +1,967 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "https://gitlab.com/gitlab-org/security-products/security-report-schemas/-/raw/master/dist/container-scanning-report-format.json",
4
+ "title": "Report format for GitLab Container Scanning",
5
+ "description": "This schema provides the the report format for Container Scanning (https://docs.gitlab.com/ee/user/application_security/container_scanning).",
6
+ "definitions": {
7
+ "detail_type": {
8
+ "oneOf": [
9
+ {
10
+ "$ref": "#/definitions/named_list"
11
+ },
12
+ {
13
+ "$ref": "#/definitions/list"
14
+ },
15
+ {
16
+ "$ref": "#/definitions/table"
17
+ },
18
+ {
19
+ "$ref": "#/definitions/text"
20
+ },
21
+ {
22
+ "$ref": "#/definitions/url"
23
+ },
24
+ {
25
+ "$ref": "#/definitions/code"
26
+ },
27
+ {
28
+ "$ref": "#/definitions/value"
29
+ },
30
+ {
31
+ "$ref": "#/definitions/diff"
32
+ },
33
+ {
34
+ "$ref": "#/definitions/markdown"
35
+ },
36
+ {
37
+ "$ref": "#/definitions/commit"
38
+ },
39
+ {
40
+ "$ref": "#/definitions/file_location"
41
+ },
42
+ {
43
+ "$ref": "#/definitions/module_location"
44
+ }
45
+ ]
46
+ },
47
+ "text_value": {
48
+ "type": "string"
49
+ },
50
+ "named_field": {
51
+ "type": "object",
52
+ "required": [
53
+ "name"
54
+ ],
55
+ "properties": {
56
+ "name": {
57
+ "$ref": "#/definitions/text_value",
58
+ "type": "string",
59
+ "minLength": 1
60
+ },
61
+ "description": {
62
+ "$ref": "#/definitions/text_value"
63
+ }
64
+ }
65
+ },
66
+ "named_list": {
67
+ "type": "object",
68
+ "description": "An object with named and typed fields",
69
+ "required": [
70
+ "type",
71
+ "items"
72
+ ],
73
+ "properties": {
74
+ "type": {
75
+ "const": "named-list"
76
+ },
77
+ "items": {
78
+ "type": "object",
79
+ "patternProperties": {
80
+ "^.*$": {
81
+ "allOf": [
82
+ {
83
+ "$ref": "#/definitions/named_field"
84
+ },
85
+ {
86
+ "$ref": "#/definitions/detail_type"
87
+ }
88
+ ]
89
+ }
90
+ }
91
+ }
92
+ }
93
+ },
94
+ "list": {
95
+ "type": "object",
96
+ "description": "A list of typed fields",
97
+ "required": [
98
+ "type",
99
+ "items"
100
+ ],
101
+ "properties": {
102
+ "type": {
103
+ "const": "list"
104
+ },
105
+ "items": {
106
+ "type": "array",
107
+ "items": {
108
+ "$ref": "#/definitions/detail_type"
109
+ }
110
+ }
111
+ }
112
+ },
113
+ "table": {
114
+ "type": "object",
115
+ "description": "A table of typed fields",
116
+ "required": [
117
+ "type",
118
+ "rows"
119
+ ],
120
+ "properties": {
121
+ "type": {
122
+ "const": "table"
123
+ },
124
+ "header": {
125
+ "type": "array",
126
+ "items": {
127
+ "$ref": "#/definitions/detail_type"
128
+ }
129
+ },
130
+ "rows": {
131
+ "type": "array",
132
+ "items": {
133
+ "type": "array",
134
+ "items": {
135
+ "$ref": "#/definitions/detail_type"
136
+ }
137
+ }
138
+ }
139
+ }
140
+ },
141
+ "text": {
142
+ "type": "object",
143
+ "description": "Raw text",
144
+ "required": [
145
+ "type",
146
+ "value"
147
+ ],
148
+ "properties": {
149
+ "type": {
150
+ "const": "text"
151
+ },
152
+ "value": {
153
+ "$ref": "#/definitions/text_value"
154
+ }
155
+ }
156
+ },
157
+ "url": {
158
+ "type": "object",
159
+ "description": "A single URL",
160
+ "required": [
161
+ "type",
162
+ "href"
163
+ ],
164
+ "properties": {
165
+ "type": {
166
+ "const": "url"
167
+ },
168
+ "text": {
169
+ "$ref": "#/definitions/text_value"
170
+ },
171
+ "href": {
172
+ "type": "string",
173
+ "minLength": 1,
174
+ "examples": [
175
+ "http://mysite.com"
176
+ ]
177
+ }
178
+ }
179
+ },
180
+ "code": {
181
+ "type": "object",
182
+ "description": "A codeblock",
183
+ "required": [
184
+ "type",
185
+ "value"
186
+ ],
187
+ "properties": {
188
+ "type": {
189
+ "const": "code"
190
+ },
191
+ "value": {
192
+ "type": "string"
193
+ },
194
+ "lang": {
195
+ "type": "string",
196
+ "description": "A programming language"
197
+ }
198
+ }
199
+ },
200
+ "value": {
201
+ "type": "object",
202
+ "description": "A field that can store a range of types of value",
203
+ "required": [
204
+ "type",
205
+ "value"
206
+ ],
207
+ "properties": {
208
+ "type": {
209
+ "const": "value"
210
+ },
211
+ "value": {
212
+ "type": [
213
+ "number",
214
+ "string",
215
+ "boolean"
216
+ ]
217
+ }
218
+ }
219
+ },
220
+ "diff": {
221
+ "type": "object",
222
+ "description": "A diff",
223
+ "required": [
224
+ "type",
225
+ "before",
226
+ "after"
227
+ ],
228
+ "properties": {
229
+ "type": {
230
+ "const": "diff"
231
+ },
232
+ "before": {
233
+ "type": "string"
234
+ },
235
+ "after": {
236
+ "type": "string"
237
+ }
238
+ }
239
+ },
240
+ "markdown": {
241
+ "type": "object",
242
+ "description": "GitLab flavoured markdown, see https://docs.gitlab.com/ee/user/markdown.html",
243
+ "required": [
244
+ "type",
245
+ "value"
246
+ ],
247
+ "properties": {
248
+ "type": {
249
+ "const": "markdown"
250
+ },
251
+ "value": {
252
+ "$ref": "#/definitions/text_value",
253
+ "examples": [
254
+ "Here is markdown `inline code` #1 [test](gitlab.com)\n\n![GitLab Logo](https://about.gitlab.com/images/press/logo/preview/gitlab-logo-white-preview.png)"
255
+ ]
256
+ }
257
+ }
258
+ },
259
+ "commit": {
260
+ "type": "object",
261
+ "description": "A commit/tag/branch within the GitLab project",
262
+ "required": [
263
+ "type",
264
+ "value"
265
+ ],
266
+ "properties": {
267
+ "type": {
268
+ "const": "commit"
269
+ },
270
+ "value": {
271
+ "type": "string",
272
+ "description": "The commit SHA",
273
+ "minLength": 1
274
+ }
275
+ }
276
+ },
277
+ "file_location": {
278
+ "type": "object",
279
+ "description": "A location within a file in the project",
280
+ "required": [
281
+ "type",
282
+ "file_name",
283
+ "line_start"
284
+ ],
285
+ "properties": {
286
+ "type": {
287
+ "const": "file-location"
288
+ },
289
+ "file_name": {
290
+ "type": "string",
291
+ "minLength": 1
292
+ },
293
+ "line_start": {
294
+ "type": "integer"
295
+ },
296
+ "line_end": {
297
+ "type": "integer"
298
+ }
299
+ }
300
+ },
301
+ "module_location": {
302
+ "type": "object",
303
+ "description": "A location within a binary module of the form module+relative_offset",
304
+ "required": [
305
+ "type",
306
+ "module_name",
307
+ "offset"
308
+ ],
309
+ "properties": {
310
+ "type": {
311
+ "const": "module-location"
312
+ },
313
+ "module_name": {
314
+ "type": "string",
315
+ "minLength": 1,
316
+ "examples": [
317
+ "compiled_binary"
318
+ ]
319
+ },
320
+ "offset": {
321
+ "type": "integer",
322
+ "examples": [
323
+ 100
324
+ ]
325
+ }
326
+ }
327
+ }
328
+ },
329
+ "self": {
330
+ "version": "15.0.5"
331
+ },
332
+ "type": "object",
333
+ "required": [
334
+ "scan",
335
+ "version",
336
+ "vulnerabilities"
337
+ ],
338
+ "additionalProperties": true,
339
+ "properties": {
340
+ "scan": {
341
+ "type": "object",
342
+ "required": [
343
+ "analyzer",
344
+ "end_time",
345
+ "scanner",
346
+ "start_time",
347
+ "status",
348
+ "type"
349
+ ],
350
+ "properties": {
351
+ "end_time": {
352
+ "type": "string",
353
+ "description": "ISO8601 UTC value with format yyyy-mm-ddThh:mm:ss, representing when the scan finished.",
354
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}$",
355
+ "examples": [
356
+ "2020-01-28T03:26:02"
357
+ ]
358
+ },
359
+ "messages": {
360
+ "type": "array",
361
+ "items": {
362
+ "type": "object",
363
+ "description": "Communication intended for the initiator of a scan.",
364
+ "required": [
365
+ "level",
366
+ "value"
367
+ ],
368
+ "properties": {
369
+ "level": {
370
+ "type": "string",
371
+ "description": "Describes the severity of the communication. Use info to communicate normal scan behaviour; warn to communicate a potentially recoverable problem, or a partial error; fatal to communicate an issue that causes the scan to halt.",
372
+ "enum": [
373
+ "info",
374
+ "warn",
375
+ "fatal"
376
+ ],
377
+ "examples": [
378
+ "info"
379
+ ]
380
+ },
381
+ "value": {
382
+ "type": "string",
383
+ "description": "The message to communicate.",
384
+ "minLength": 1,
385
+ "examples": [
386
+ "Permission denied, scanning aborted"
387
+ ]
388
+ }
389
+ }
390
+ }
391
+ },
392
+ "options": {
393
+ "type": "array",
394
+ "items": {
395
+ "type": "object",
396
+ "description": "A configuration option used for this scan.",
397
+ "required": [
398
+ "name",
399
+ "value"
400
+ ],
401
+ "properties": {
402
+ "name": {
403
+ "type": "string",
404
+ "description": "The configuration option name.",
405
+ "maxLength": 255,
406
+ "minLength": 1,
407
+ "examples": [
408
+ "DAST_FF_ENABLE_BAS",
409
+ "DOCKER_TLS_CERTDIR",
410
+ "DS_MAX_DEPTH",
411
+ "SECURE_LOG_LEVEL"
412
+ ]
413
+ },
414
+ "source": {
415
+ "type": "string",
416
+ "description": "The source of this option.",
417
+ "enum": [
418
+ "argument",
419
+ "file",
420
+ "env_variable",
421
+ "other"
422
+ ]
423
+ },
424
+ "value": {
425
+ "type": [
426
+ "boolean",
427
+ "integer",
428
+ "null",
429
+ "string"
430
+ ],
431
+ "description": "The value used for this scan.",
432
+ "examples": [
433
+ true,
434
+ 2,
435
+ null,
436
+ "fatal",
437
+ ""
438
+ ]
439
+ }
440
+ }
441
+ }
442
+ },
443
+ "analyzer": {
444
+ "type": "object",
445
+ "description": "Object defining the analyzer used to perform the scan. Analyzers typically delegate to an underlying scanner to run the scan.",
446
+ "required": [
447
+ "id",
448
+ "name",
449
+ "version",
450
+ "vendor"
451
+ ],
452
+ "properties": {
453
+ "id": {
454
+ "type": "string",
455
+ "description": "Unique id that identifies the analyzer.",
456
+ "minLength": 1,
457
+ "examples": [
458
+ "gitlab-dast"
459
+ ]
460
+ },
461
+ "name": {
462
+ "type": "string",
463
+ "description": "A human readable value that identifies the analyzer, not required to be unique.",
464
+ "minLength": 1,
465
+ "examples": [
466
+ "GitLab DAST"
467
+ ]
468
+ },
469
+ "url": {
470
+ "type": "string",
471
+ "pattern": "^https?://.+",
472
+ "description": "A link to more information about the analyzer.",
473
+ "examples": [
474
+ "https://docs.gitlab.com/ee/user/application_security/dast"
475
+ ]
476
+ },
477
+ "vendor": {
478
+ "description": "The vendor/maintainer of the analyzer.",
479
+ "type": "object",
480
+ "required": [
481
+ "name"
482
+ ],
483
+ "properties": {
484
+ "name": {
485
+ "type": "string",
486
+ "description": "The name of the vendor.",
487
+ "minLength": 1,
488
+ "examples": [
489
+ "GitLab"
490
+ ]
491
+ }
492
+ }
493
+ },
494
+ "version": {
495
+ "type": "string",
496
+ "description": "The version of the analyzer.",
497
+ "minLength": 1,
498
+ "examples": [
499
+ "1.0.2"
500
+ ]
501
+ }
502
+ }
503
+ },
504
+ "scanner": {
505
+ "type": "object",
506
+ "description": "Object defining the scanner used to perform the scan.",
507
+ "required": [
508
+ "id",
509
+ "name",
510
+ "version",
511
+ "vendor"
512
+ ],
513
+ "properties": {
514
+ "id": {
515
+ "type": "string",
516
+ "description": "Unique id that identifies the scanner.",
517
+ "minLength": 1,
518
+ "examples": [
519
+ "my-sast-scanner"
520
+ ]
521
+ },
522
+ "name": {
523
+ "type": "string",
524
+ "description": "A human readable value that identifies the scanner, not required to be unique.",
525
+ "minLength": 1,
526
+ "examples": [
527
+ "My SAST Scanner"
528
+ ]
529
+ },
530
+ "url": {
531
+ "type": "string",
532
+ "description": "A link to more information about the scanner.",
533
+ "examples": [
534
+ "https://scanner.url"
535
+ ]
536
+ },
537
+ "version": {
538
+ "type": "string",
539
+ "description": "The version of the scanner.",
540
+ "minLength": 1,
541
+ "examples": [
542
+ "1.0.2"
543
+ ]
544
+ },
545
+ "vendor": {
546
+ "description": "The vendor/maintainer of the scanner.",
547
+ "type": "object",
548
+ "required": [
549
+ "name"
550
+ ],
551
+ "properties": {
552
+ "name": {
553
+ "type": "string",
554
+ "description": "The name of the vendor.",
555
+ "minLength": 1,
556
+ "examples": [
557
+ "GitLab"
558
+ ]
559
+ }
560
+ }
561
+ }
562
+ }
563
+ },
564
+ "start_time": {
565
+ "type": "string",
566
+ "description": "ISO8601 UTC value with format yyyy-mm-ddThh:mm:ss, representing when the scan started.",
567
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}$",
568
+ "examples": [
569
+ "2020-02-14T16:01:59"
570
+ ]
571
+ },
572
+ "status": {
573
+ "type": "string",
574
+ "description": "Result of the scan.",
575
+ "enum": [
576
+ "success",
577
+ "failure"
578
+ ]
579
+ },
580
+ "type": {
581
+ "type": "string",
582
+ "description": "Type of the scan.",
583
+ "enum": [
584
+ "container_scanning"
585
+ ]
586
+ },
587
+ "primary_identifiers": {
588
+ "type": "array",
589
+ "description": "An unordered array containing an exhaustive list of primary identifiers for which the analyzer may return results",
590
+ "items": {
591
+ "type": "object",
592
+ "required": [
593
+ "type",
594
+ "name",
595
+ "value"
596
+ ],
597
+ "properties": {
598
+ "type": {
599
+ "type": "string",
600
+ "description": "for example, cve, cwe, osvdb, usn, or an analyzer-dependent type such as gemnasium).",
601
+ "minLength": 1
602
+ },
603
+ "name": {
604
+ "type": "string",
605
+ "description": "Human-readable name of the identifier.",
606
+ "minLength": 1
607
+ },
608
+ "url": {
609
+ "type": "string",
610
+ "description": "URL of the identifier's documentation.",
611
+ "pattern": "^https?://.+"
612
+ },
613
+ "value": {
614
+ "type": "string",
615
+ "description": "Value of the identifier, for matching purpose.",
616
+ "minLength": 1
617
+ }
618
+ }
619
+ }
620
+ }
621
+ }
622
+ },
623
+ "schema": {
624
+ "type": "string",
625
+ "description": "URI pointing to the validating security report schema.",
626
+ "pattern": "^https?://.+"
627
+ },
628
+ "version": {
629
+ "type": "string",
630
+ "description": "The version of the schema to which the JSON report conforms.",
631
+ "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+$"
632
+ },
633
+ "vulnerabilities": {
634
+ "type": "array",
635
+ "description": "Array of vulnerability objects.",
636
+ "items": {
637
+ "type": "object",
638
+ "description": "Describes the vulnerability using GitLab Flavored Markdown",
639
+ "required": [
640
+ "id",
641
+ "identifiers",
642
+ "location"
643
+ ],
644
+ "properties": {
645
+ "id": {
646
+ "type": "string",
647
+ "minLength": 1,
648
+ "description": "Unique identifier of the vulnerability. This is recommended to be a UUID.",
649
+ "examples": [
650
+ "642735a5-1425-428d-8d4e-3c854885a3c9"
651
+ ]
652
+ },
653
+ "name": {
654
+ "type": "string",
655
+ "maxLength": 255,
656
+ "description": "The name of the vulnerability. This must not include the finding's specific information."
657
+ },
658
+ "description": {
659
+ "type": "string",
660
+ "maxLength": 1048576,
661
+ "description": "A long text section describing the vulnerability more fully."
662
+ },
663
+ "severity": {
664
+ "type": "string",
665
+ "description": "How much the vulnerability impacts the software. Possible values are Info, Unknown, Low, Medium, High, or Critical. Note that some analyzers may not report all these possible values.",
666
+ "enum": [
667
+ "Info",
668
+ "Unknown",
669
+ "Low",
670
+ "Medium",
671
+ "High",
672
+ "Critical"
673
+ ]
674
+ },
675
+ "solution": {
676
+ "type": "string",
677
+ "maxLength": 7000,
678
+ "description": "Explanation of how to fix the vulnerability."
679
+ },
680
+ "identifiers": {
681
+ "type": "array",
682
+ "minItems": 1,
683
+ "description": "An ordered array of references that identify a vulnerability on internal or external databases. The first identifier is the Primary Identifier, which has special meaning.",
684
+ "items": {
685
+ "type": "object",
686
+ "required": [
687
+ "type",
688
+ "name",
689
+ "value"
690
+ ],
691
+ "properties": {
692
+ "type": {
693
+ "type": "string",
694
+ "description": "for example, cve, cwe, osvdb, usn, or an analyzer-dependent type such as gemnasium).",
695
+ "minLength": 1
696
+ },
697
+ "name": {
698
+ "type": "string",
699
+ "description": "Human-readable name of the identifier.",
700
+ "minLength": 1
701
+ },
702
+ "url": {
703
+ "type": "string",
704
+ "description": "URL of the identifier's documentation.",
705
+ "pattern": "^https?://.+"
706
+ },
707
+ "value": {
708
+ "type": "string",
709
+ "description": "Value of the identifier, for matching purpose.",
710
+ "minLength": 1
711
+ }
712
+ }
713
+ }
714
+ },
715
+ "links": {
716
+ "type": "array",
717
+ "description": "An array of references to external documentation or articles that describe the vulnerability.",
718
+ "items": {
719
+ "type": "object",
720
+ "required": [
721
+ "url"
722
+ ],
723
+ "properties": {
724
+ "name": {
725
+ "type": "string",
726
+ "description": "Name of the vulnerability details link."
727
+ },
728
+ "url": {
729
+ "type": "string",
730
+ "description": "URL of the vulnerability details document.",
731
+ "pattern": "^https?://.+"
732
+ }
733
+ }
734
+ }
735
+ },
736
+ "details": {
737
+ "$ref": "#/definitions/named_list/properties/items"
738
+ },
739
+ "tracking": {
740
+ "type": "object",
741
+ "description": "Describes how this vulnerability should be tracked as the project changes.",
742
+ "oneOf": [
743
+ {
744
+ "description": "Declares that a series of items should be tracked using source-specific tracking methods.",
745
+ "required": [
746
+ "items"
747
+ ],
748
+ "properties": {
749
+ "type": {
750
+ "const": "source"
751
+ },
752
+ "items": {
753
+ "type": "array",
754
+ "items": {
755
+ "description": "An item that should be tracked using source-specific tracking methods.",
756
+ "type": "object",
757
+ "required": [
758
+ "signatures"
759
+ ],
760
+ "properties": {
761
+ "file": {
762
+ "type": "string",
763
+ "description": "Path to the file where the vulnerability is located."
764
+ },
765
+ "start_line": {
766
+ "type": "number",
767
+ "description": "The first line of the file that includes the vulnerability."
768
+ },
769
+ "end_line": {
770
+ "type": "number",
771
+ "description": "The last line of the file that includes the vulnerability."
772
+ },
773
+ "signatures": {
774
+ "type": "array",
775
+ "description": "An array of calculated tracking signatures for this tracking item.",
776
+ "minItems": 1,
777
+ "items": {
778
+ "description": "A calculated tracking signature value and metadata.",
779
+ "type": "object",
780
+ "required": [
781
+ "algorithm",
782
+ "value"
783
+ ],
784
+ "properties": {
785
+ "algorithm": {
786
+ "type": "string",
787
+ "description": "The algorithm used to generate the signature."
788
+ },
789
+ "value": {
790
+ "type": "string",
791
+ "description": "The result of this signature algorithm."
792
+ }
793
+ }
794
+ }
795
+ }
796
+ }
797
+ }
798
+ }
799
+ }
800
+ }
801
+ ],
802
+ "properties": {
803
+ "type": {
804
+ "type": "string",
805
+ "description": "Each tracking type must declare its own type."
806
+ }
807
+ }
808
+ },
809
+ "flags": {
810
+ "description": "Flags that can be attached to vulnerabilities.",
811
+ "type": "array",
812
+ "items": {
813
+ "type": "object",
814
+ "description": "Informational flags identified and assigned to a vulnerability.",
815
+ "required": [
816
+ "type",
817
+ "origin",
818
+ "description"
819
+ ],
820
+ "properties": {
821
+ "type": {
822
+ "type": "string",
823
+ "minLength": 1,
824
+ "description": "Result of the scan.",
825
+ "enum": [
826
+ "flagged-as-likely-false-positive"
827
+ ]
828
+ },
829
+ "origin": {
830
+ "minLength": 1,
831
+ "description": "Tool that issued the flag.",
832
+ "type": "string"
833
+ },
834
+ "description": {
835
+ "minLength": 1,
836
+ "description": "What the flag is about.",
837
+ "type": "string"
838
+ }
839
+ }
840
+ }
841
+ },
842
+ "location": {
843
+ "type": "object",
844
+ "description": "Identifies the vulnerability's location.",
845
+ "required": [
846
+ "dependency",
847
+ "operating_system",
848
+ "image"
849
+ ],
850
+ "properties": {
851
+ "dependency": {
852
+ "type": "object",
853
+ "description": "Describes the dependency of a project where the vulnerability is located.",
854
+ "required": [
855
+ "package",
856
+ "version"
857
+ ],
858
+ "properties": {
859
+ "package": {
860
+ "type": "object",
861
+ "description": "Provides information on the package where the vulnerability is located.",
862
+ "required": [
863
+ "name"
864
+ ],
865
+ "properties": {
866
+ "name": {
867
+ "type": "string",
868
+ "description": "Name of the package where the vulnerability is located."
869
+ }
870
+ }
871
+ },
872
+ "version": {
873
+ "type": "string",
874
+ "description": "Version of the vulnerable package."
875
+ },
876
+ "iid": {
877
+ "description": "ID that identifies the dependency in the scope of a dependency file.",
878
+ "type": "number"
879
+ },
880
+ "direct": {
881
+ "type": "boolean",
882
+ "description": "Tells whether this is a direct, top-level dependency of the scanned project."
883
+ },
884
+ "dependency_path": {
885
+ "type": "array",
886
+ "description": "Ancestors of the dependency, starting from a direct project dependency, and ending with an immediate parent of the dependency. The dependency itself is excluded from the path. Direct dependencies have no path.",
887
+ "items": {
888
+ "type": "object",
889
+ "required": [
890
+ "iid"
891
+ ],
892
+ "properties": {
893
+ "iid": {
894
+ "type": "number",
895
+ "description": "ID that is unique in the scope of a parent object, and specific to the resource type."
896
+ }
897
+ }
898
+ }
899
+ }
900
+ }
901
+ },
902
+ "operating_system": {
903
+ "type": "string",
904
+ "minLength": 1,
905
+ "description": "The operating system that contains the vulnerable package."
906
+ },
907
+ "image": {
908
+ "type": "string",
909
+ "minLength": 1,
910
+ "description": "The analyzed Docker image."
911
+ },
912
+ "default_branch_image": {
913
+ "type": "string",
914
+ "maxLength": 255,
915
+ "description": "The name of the image on the default branch."
916
+ }
917
+ }
918
+ }
919
+ }
920
+ }
921
+ },
922
+ "remediations": {
923
+ "type": "array",
924
+ "description": "An array of objects containing information on available remediations, along with patch diffs to apply.",
925
+ "items": {
926
+ "type": "object",
927
+ "required": [
928
+ "fixes",
929
+ "summary",
930
+ "diff"
931
+ ],
932
+ "properties": {
933
+ "fixes": {
934
+ "type": "array",
935
+ "description": "An array of strings that represent references to vulnerabilities fixed by this remediation.",
936
+ "items": {
937
+ "type": "object",
938
+ "required": [
939
+ "id"
940
+ ],
941
+ "properties": {
942
+ "id": {
943
+ "type": "string",
944
+ "minLength": 1,
945
+ "description": "Unique identifier of the vulnerability. This is recommended to be a UUID.",
946
+ "examples": [
947
+ "642735a5-1425-428d-8d4e-3c854885a3c9"
948
+ ]
949
+ }
950
+ }
951
+ }
952
+ },
953
+ "summary": {
954
+ "type": "string",
955
+ "minLength": 1,
956
+ "description": "An overview of how the vulnerabilities were fixed."
957
+ },
958
+ "diff": {
959
+ "type": "string",
960
+ "minLength": 1,
961
+ "description": "A base64-encoded remediation code diff, compatible with git apply."
962
+ }
963
+ }
964
+ }
965
+ }
966
+ }
967
+ }