pumasecurity / puma-scan

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.
https://www.pumascan.com
Mozilla Public License 2.0
446 stars 79 forks source link

Refactor Analyzer Code Base #35

Closed ejohn20 closed 6 years ago

ejohn20 commented 7 years ago

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.

ejohn20 commented 6 years ago

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.