Skip to content

Commit ff445b9

Browse files
committed
add rules for BouncyCastle
1 parent f0735c7 commit ff445b9

File tree

2 files changed

+108
-0
lines changed

2 files changed

+108
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"Name": "Org.BouncyCastle.Crypto",
3+
"Version": "1.0.0",
4+
"Packages": [
5+
{
6+
"Name": "BouncyCastle",
7+
"Type": "Nuget"
8+
}
9+
],
10+
"Recommendations": [
11+
{
12+
"Type": "Namespace",
13+
"Name": "Org.BouncyCastle.Crypto",
14+
"Value": "Org.BouncyCastle.Crypto",
15+
"KeyType": "Name",
16+
"ContainingType": "",
17+
"RecommendedActions": [
18+
{
19+
"Source": "External",
20+
"Preferred": "Yes",
21+
"TargetFrameworks": [
22+
{
23+
"Name": "netcoreapp3.1",
24+
"TargetCPU": [
25+
"x86",
26+
"x64",
27+
"ARM32",
28+
"ARM64"
29+
]
30+
},
31+
{
32+
"Name": "net6.0",
33+
"TargetCPU": [
34+
"x86",
35+
"x64",
36+
"ARM32",
37+
"ARM64"
38+
]
39+
}
40+
],
41+
"Description": "",
42+
"Actions": [
43+
{
44+
"Name": "AddPackage",
45+
"Type": "Package",
46+
"Value": "BouncyCastle.NetCore",
47+
"Description": ""
48+
}
49+
]
50+
}
51+
]
52+
}
53+
]
54+
}
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"Name": "Org.BouncyCastle.Security",
3+
"Version": "1.0.0",
4+
"Packages": [
5+
{
6+
"Name": "BouncyCastle",
7+
"Type": "Nuget"
8+
}
9+
],
10+
"Recommendations": [
11+
{
12+
"Type": "Namespace",
13+
"Name": "Org.BouncyCastle.Security",
14+
"Value": "Org.BouncyCastle.Security",
15+
"KeyType": "Name",
16+
"ContainingType": "",
17+
"RecommendedActions": [
18+
{
19+
"Source": "External",
20+
"Preferred": "Yes",
21+
"TargetFrameworks": [
22+
{
23+
"Name": "netcoreapp3.1",
24+
"TargetCPU": [
25+
"x86",
26+
"x64",
27+
"ARM32",
28+
"ARM64"
29+
]
30+
},
31+
{
32+
"Name": "net6.0",
33+
"TargetCPU": [
34+
"x86",
35+
"x64",
36+
"ARM32",
37+
"ARM64"
38+
]
39+
}
40+
],
41+
"Description": "",
42+
"Actions": [
43+
{
44+
"Name": "AddPackage",
45+
"Type": "Package",
46+
"Value": "BouncyCastle.NetCore",
47+
"Description": ""
48+
}
49+
]
50+
}
51+
]
52+
}
53+
]
54+
}

0 commit comments

Comments
 (0)