aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/pkg/report/testdata/1.in.json
blob: 4bd1361bdac0c6f8687b53d56c704dc16b6e17aa (plain)
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
{
  "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"
      }
    },
    {
      "title": "KASAN: use-after-free Write in abcd",
      "report": "Report Line D\nReport Line E\nReport Line F",
      "syz_repro": "http://link/to/syz/repro2",
      "build": {
	"tree_name": "mainline",
	"tree_url": "http://kernel/repo1",
	"base_commit": "base_commit1",
	"arch": "arm64",
	"config_link": "http://link/to/config/2",
	"compiler": "clang"
      }
    }
  ],
  "link": "http://some/link/to/report"
}