Netflix-Skunkworks / Scumblr

Web framework that allows performing periodic syncs of data sources and performing analysis on the identified results
Apache License 2.0
2.64k stars 317 forks source link

GitHub analyzer fixes #192

Closed sbehrens closed 7 years ago

sbehrens commented 7 years ago

This commit adds a new callback test type (GithubEventAnalyzer) which takes a JSON post body and converts it into vulnerabilities. Views were modified to support additional fields based on the github api. A test and associated test data were added to confirm the task and parsing is executing successfully.