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 319 forks source link

Feature/static analyzer auto remediate #223

Closed sbehrens closed 6 years ago

sbehrens commented 6 years ago

This code adds auto-deduplication of static analysis findings based on source_code_file, source_code_line, and type of finding.

Secondarily, by keeping track of what vulnerabilities are new or existing, we can remove vulneralbities associated with a task which are no longer found. Support for auto-remediation was added to both Bandit and Brakeman static analyzers.