1.json (530B)
1 { 2 "number": 1, 3 "title": "More extensive testing", 4 "state": "open", 5 "author": "MTRNord", 6 "created_at": "2023-10-03T19:13:28Z", 7 "closed_at": null, 8 "labels": [ 9 "enhancement" 10 ], 11 "assignees": [], 12 "body": "We currently only test the very basics of the code. We should really try to test most if not all things.", 13 "comments": [ 14 { 15 "author": "MTRNord", 16 "created_at": "2023-10-13T17:04:13Z", 17 "body": "JSON module is being tested now. The standard yara modules still need testing" 18 } 19 ] 20 }