github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/syz-cluster/pkg/report/testdata/2.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 "link": "http://some/link/to/report" 34 }