Code fixes
Code fixes are automated refactoring to fix vulnerabilities at the source.
Integration
The Roslyn analyzers can be run from
Visual Studio 2015 and higher.
Taint analysis
Taint analysis is the capability to track variables in the code flow and trace variable coming from user input. This helps reducing false positives.
Continuous integration
It can be integrated to any continuous integration that supports
MSBuild.