forked from security-code-scan/security-code-scan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDiagnostic.nuspec
More file actions
28 lines (28 loc) · 1.55 KB
/
Diagnostic.nuspec
File metadata and controls
28 lines (28 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata minClientVersion="2.8">
<id>SecurityCodeScan</id>
<version>3.0.0</version>
<title>Security Code Scan</title>
<authors>Jaroslav Lobačevski, Philippe Arteau</authors>
<owners>Jaroslav Lobačevski</owners>
<licenseUrl>https://opensource.org/licenses/lgpl-3.0.html</licenseUrl>
<projectUrl>https://security-code-scan.github.io</projectUrl>
<iconUrl>https://security-code-scan.github.io/images/scs230.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Security static code analyzer for .NET</description>
<releaseNotes>https://security-code-scan.github.io/#ReleaseNotes</releaseNotes>
<copyright>Security Code Scan</copyright>
<tags>SecurityCodeScan,Security.Code.Scan,Security Code Scan,Static Code Analysis,Security,Vulnerability,Analyzer,Analyzers,.NET,Roslyn,OWASP,Injection,XSS,CSRF,XXE,SQLi</tags>
<developmentDependency>true</developmentDependency>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="" />
</frameworkAssemblies>
</metadata>
<!-- The convention for analyzers is to put language agnostic dlls in analyzers\portable50 and language specific analyzers in either analyzers\portable50\cs or analyzers\portable50\vb -->
<files>
<file src="SecurityCodeScan.dll" target="analyzers\dotnet" />
<file src="YamlDotNet.dll" target="analyzers\dotnet" />
<file src="tools\*.ps1" target="tools\" />
</files>
</package>