github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/syz-cluster/pkg/report/testdata/1.in.json (about) 1 { 2 "id": "abcd", 3 "series": { 4 "title": "Series title''", 5 "version": 2, 6 "link": "http://link/to/series", 7 "cc": ["a@a.com", "b@b.com"], 8 "patches": [ 9 { 10 "title": "first patch" 11 }, 12 { 13 "title": "second patch" 14 } 15 ] 16 }, 17 "findings": [ 18 { 19 "title": "WARNING in abcd", 20 "report": "Report Line A\nReport Line B\nReport Line C", 21 "c_repro": "http://link/to/c/repro", 22 "syz_repro": "http://link/to/syz/repro", 23 "build": { 24 "tree_name": "mainline", 25 "tree_url": "http://kernel/repo1", 26 "base_commit": "base_commit1", 27 "arch": "amd64", 28 "config_link": "http://link/to/config/1", 29 "compiler": "clang" 30 } 31 }, 32 { 33 "title": "KASAN: use-after-free Write in abcd", 34 "report": "Report Line D\nReport Line E\nReport Line F", 35 "syz_repro": "http://link/to/syz/repro2", 36 "build": { 37 "tree_name": "mainline", 38 "tree_url": "http://kernel/repo1", 39 "base_commit": "base_commit1", 40 "arch": "arm64", 41 "config_link": "http://link/to/config/2", 42 "compiler": "clang" 43 } 44 } 45 ], 46 "link": "http://some/link/to/report" 47 }