-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathadvanced.json
More file actions
54 lines (54 loc) · 923 Bytes
/
advanced.json
File metadata and controls
54 lines (54 loc) · 923 Bytes
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
{
"heading": "Findings - Findings below are ordered by severity",
"findings": [
{
"id": "TEST_ID",
"title": "TEST",
"description": "This is a test",
"file": "this_file_does_not_exist",
"evidence": [
{
"selected": true,
"line": 0,
"content": "lineContent"
}
],
"severity": 2,
"confidence": 2,
"line": 0,
"_other": {}
},
{
"id": "TEST_ID2",
"title": "TEST2",
"description": "This is a test2",
"file": "this_file_does_not_exist2",
"evidence": [
{
"selected": false,
"line": 3,
"content": "3"
},
{
"selected": true,
"line": 5,
"content": "5"
},
{
"selected": true,
"line": 9,
"content": "9"
},
{
"selected": true,
"line": 99,
"content": "999999999999999999999999999999999"
}
],
"severity": 1,
"confidence": 3,
"line": 700,
"_other": {}
}
]
}