forked from aspnet/Security
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NuGetPackageVerifier.json
35 lines (35 loc) · 1.49 KB
/
NuGetPackageVerifier.json
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
29
30
31
32
33
34
35
{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AssemblyHasDocumentFileRule",
"AssemblyHasVersionAttributesRule",
"AssemblyHasServicingAttributeRule",
"AssemblyHasNeutralResourcesLanguageAttributeRule",
"SatellitePackageRule",
"StrictSemanticVersionValidationRule"
],
"packages": {
"Microsoft.AspNetCore.Authentication": { },
"Microsoft.AspNetCore.Authentication.Cookies": { },
"Microsoft.AspNetCore.Authentication.Facebook": { },
"Microsoft.AspNetCore.Authentication.Google": { },
"Microsoft.AspNetCore.Authentication.JwtBearer": { },
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": { },
"Microsoft.AspNetCore.Authentication.OAuth": { },
"Microsoft.AspNetCore.Authentication.OpenIdConnect": { },
"Microsoft.AspNetCore.Authentication.Twitter": { },
"Microsoft.AspNetCore.Authorization": { },
"Microsoft.AspNetCore.CookiePolicy": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.
"rules": [
"AssemblyHasDocumentFileRule",
"AssemblyHasVersionAttributesRule",
"AssemblyHasServicingAttributeRule",
"AssemblyHasNeutralResourcesLanguageAttributeRule",
"SatellitePackageRule",
"StrictSemanticVersionValidationRule"
]
}
}