SecurityCodeScan.VS2017
3.4.0
Please use SecurityCodeScan.VS2019 NuGet instead.
See the version list below for details.
Requires NuGet 2.8 or higher.
dotnet add package SecurityCodeScan.VS2017 --version 3.4.0
NuGet\Install-Package SecurityCodeScan.VS2017 -Version 3.4.0
<PackageReference Include="SecurityCodeScan.VS2017" Version="3.4.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add SecurityCodeScan.VS2017 --version 3.4.0
#r "nuget: SecurityCodeScan.VS2017, 3.4.0"
// Install SecurityCodeScan.VS2017 as a Cake Addin #addin nuget:?package=SecurityCodeScan.VS2017&version=3.4.0 // Install SecurityCodeScan.VS2017 as a Cake Tool #tool nuget:?package=SecurityCodeScan.VS2017&version=3.4.0
Security static code analyzer for .NET
Detects various security vulnerability patterns: SQL Injection, Cross-Site Scripting (XSS), Cross-Site Request Forgery (CSRF), XML eXternal Entity Injection (XXE), etc.
Taint analysis to track user input data.
One click refactoring for some vulnerabilities.
Analyzes .NET and .NET Core projects in a background (IntelliSense) or during a build.
Continuous Integration (CI) through MSBuild. For Unix CI runners please use VS2017 nuget package.
Works with Visual Studio 2015 or higher. Visual Studio Community, Professional and Enterprise editions are supported. Other editors that support Roslyn based analyzers like Rider or OmniSharp should work too.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.