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
|
{
"id": "abcd",
"series": {
"title": "Series title",
"version": 2,
"link": "http://link/to/series",
"cc": ["a@a.com", "b@b.com"],
"patches": [
{
"title": "first patch"
},
{
"title": "second patch"
}
]
},
"findings": [
{
"title": "WARNING in abcd",
"report": "Report Line A\nReport Line B\nReport Line C",
"c_repro": "http://link/to/c/repro",
"syz_repro": "http://link/to/syz/repro",
"build": {
"tree_name": "mainline",
"tree_url": "http://kernel/repo1",
"base_commit": "base_commit1",
"arch": "amd64",
"config_link": "http://link/to/config/1",
"compiler": "clang"
}
}
],
"link": "http://some/link/to/report"
}
|