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
447 stars 79 forks source link

.NET Core Scanning Support #36

Open ejohn20 opened 7 years ago

ejohn20 commented 7 years ago

Reconfigure the reference to the netstandard20 Roslyn / code analysis packages to support the traditional framework and .NET Core in Visual Studio.

ejohn20 commented 6 years ago

Progress here: https://github.com/OmniSharp/omnisharp-vscode/issues/43

ejohn20 commented 6 years ago

https://github.com/Microsoft/DevSkim-VSCode-Plugin/

ejohn20 commented 5 years ago

This is half way working. Scans work from "dotnet build" command line. Still waiting for integrations with https://github.com/OmniSharp/omnisharp-vscode/issues/43 to officially close this issue. Will open a separate issue for the .NET Core sinks that need to be added.