Puma Scan is a software security Visual Studio extension that provides real time, continuous source code analysis as development teams write code. Vulnerabilities are immediately displayed in the development environment as spell check and compiler warnings, preventing security bugs from entering your applications.
Refactor code base to use the new DataFlowAnalyzer, SemanticAnalyzer, ViewMarkupAnalyzer, and ConfigurationAnalyzer base classes. Add in the new code block analyzer feature to help reduce false positives.
As part of this - let's upgrade Roslyn and deprecate support for VS 2015. Folks can always pull a later version from the marketplace / NuGet in older environments.
Refactor code base to use the new DataFlowAnalyzer, SemanticAnalyzer, ViewMarkupAnalyzer, and ConfigurationAnalyzer base classes. Add in the new code block analyzer feature to help reduce false positives.