Skip to content

Commit b5238be

Browse files
alex-meseldzija-sonarsourcesonartech
authored and
sonartech
committed
NET-981 Update RSPEC before 10.6 release
1 parent 9144165 commit b5238be

35 files changed

+74
-35
lines changed

analyzers/rspec/cs/S2053.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"constantCost": "30min"
1414
},
1515
"tags": [
16-
"cwe"
16+
"cwe",
17+
"symbolic-execution"
1718
],
1819
"defaultSeverity": "Critical",
1920
"ruleSpecification": "RSPEC-2053",

analyzers/rspec/cs/S2222.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
},
1515
"tags": [
1616
"cwe",
17-
"multi-threading"
17+
"multi-threading",
18+
"symbolic-execution"
1819
],
1920
"defaultSeverity": "Critical",
2021
"ruleSpecification": "RSPEC-2222",

analyzers/rspec/cs/S2259.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"constantCost": "10min"
1414
},
1515
"tags": [
16-
"cwe"
16+
"cwe",
17+
"symbolic-execution"
1718
],
1819
"defaultSeverity": "Major",
1920
"ruleSpecification": "RSPEC-2259",

analyzers/rspec/cs/S2583.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"cwe",
1717
"unused",
1818
"suspicious",
19-
"pitfall"
19+
"pitfall",
20+
"symbolic-execution"
2021
],
2122
"defaultSeverity": "Major",
2223
"ruleSpecification": "RSPEC-2583",

analyzers/rspec/cs/S2589.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"tags": [
1616
"cwe",
1717
"suspicious",
18-
"redundant"
18+
"redundant",
19+
"symbolic-execution"
1920
],
2021
"defaultSeverity": "Major",
2122
"ruleSpecification": "RSPEC-2589",

analyzers/rspec/cs/S3329.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"constantCost": "15min"
1414
},
1515
"tags": [
16-
"cwe"
16+
"cwe",
17+
"symbolic-execution"
1718
],
1819
"defaultSeverity": "Critical",
1920
"ruleSpecification": "RSPEC-3329",

analyzers/rspec/cs/S3655.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"constantCost": "10min"
1414
},
1515
"tags": [
16-
"cwe"
16+
"cwe",
17+
"symbolic-execution"
1718
],
1819
"defaultSeverity": "Major",
1920
"ruleSpecification": "RSPEC-3655",

analyzers/rspec/cs/S3900.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"constantCost": "5min"
1414
},
1515
"tags": [
16-
"convention"
16+
"convention",
17+
"symbolic-execution"
1718
],
1819
"defaultSeverity": "Major",
1920
"ruleSpecification": "RSPEC-3900",

analyzers/rspec/cs/S3949.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"constantCost": "5min"
1414
},
1515
"tags": [
16-
"overflow"
16+
"overflow",
17+
"symbolic-execution"
1718
],
1819
"defaultSeverity": "Major",
1920
"ruleSpecification": "RSPEC-3949",

analyzers/rspec/cs/S3966.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
},
1515
"tags": [
1616
"confusing",
17-
"pitfall"
17+
"pitfall",
18+
"symbolic-execution"
1819
],
1920
"defaultSeverity": "Major",
2021
"ruleSpecification": "RSPEC-3966",

analyzers/rspec/cs/S4158.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"func": "Constant\/Issue",
1313
"constantCost": "15min"
1414
},
15-
"tags": [],
15+
"tags": [
16+
"symbolic-execution"
17+
],
1618
"defaultSeverity": "Minor",
1719
"ruleSpecification": "RSPEC-4158",
1820
"sqKey": "S4158",

analyzers/rspec/cs/S4347.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
},
1515
"tags": [
1616
"cwe",
17-
"pitfall"
17+
"pitfall",
18+
"symbolic-execution"
1819
],
1920
"defaultSeverity": "Critical",
2021
"ruleSpecification": "RSPEC-4347",

analyzers/rspec/cs/S5773.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"constantCost": "30min"
1515
},
1616
"tags": [
17-
"cwe"
17+
"cwe",
18+
"symbolic-execution"
1819
],
1920
"defaultSeverity": "Major",
2021
"ruleSpecification": "RSPEC-5773",

analyzers/rspec/cs/S6781.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"constantCost": "30min"
1414
},
1515
"tags": [
16-
"cwe"
16+
"cwe",
17+
"symbolic-execution"
1718
],
1819
"defaultSeverity": "Blocker",
1920
"ruleSpecification": "RSPEC-6781",

analyzers/rspec/cs/S7130.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"func": "Constant\/Issue",
77
"constantCost": "1min"
88
},
9-
"tags": [],
9+
"tags": [
10+
"symbolic-execution"
11+
],
1012
"defaultSeverity": "Major",
1113
"ruleSpecification": "RSPEC-7130",
1214
"sqKey": "S7130",

analyzers/rspec/cs/S7131.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"func": "Constant\/Issue",
77
"constantCost": "30min"
88
},
9-
"tags": [],
9+
"tags": [
10+
"symbolic-execution"
11+
],
1012
"defaultSeverity": "Major",
1113
"ruleSpecification": "RSPEC-7131",
1214
"sqKey": "S7131",

analyzers/rspec/cs/S7133.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"func": "Constant\/Issue",
77
"constantCost": "5min"
88
},
9-
"tags": [],
9+
"tags": [
10+
"symbolic-execution"
11+
],
1012
"defaultSeverity": "Major",
1113
"ruleSpecification": "RSPEC-7133",
1214
"sqKey": "S7133",

analyzers/rspec/vbnet/S2053.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"constantCost": "30min"
1414
},
1515
"tags": [
16-
"cwe"
16+
"cwe",
17+
"symbolic-execution"
1718
],
1819
"defaultSeverity": "Critical",
1920
"ruleSpecification": "RSPEC-2053",

analyzers/rspec/vbnet/S2222.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
},
1515
"tags": [
1616
"cwe",
17-
"multi-threading"
17+
"multi-threading",
18+
"symbolic-execution"
1819
],
1920
"defaultSeverity": "Critical",
2021
"ruleSpecification": "RSPEC-2222",

analyzers/rspec/vbnet/S2259.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"constantCost": "10min"
1414
},
1515
"tags": [
16-
"cwe"
16+
"cwe",
17+
"symbolic-execution"
1718
],
1819
"defaultSeverity": "Major",
1920
"ruleSpecification": "RSPEC-2259",

analyzers/rspec/vbnet/S2583.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"cwe",
1717
"unused",
1818
"suspicious",
19-
"pitfall"
19+
"pitfall",
20+
"symbolic-execution"
2021
],
2122
"defaultSeverity": "Major",
2223
"ruleSpecification": "RSPEC-2583",

analyzers/rspec/vbnet/S2589.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"tags": [
1616
"cwe",
1717
"suspicious",
18-
"redundant"
18+
"redundant",
19+
"symbolic-execution"
1920
],
2021
"defaultSeverity": "Major",
2122
"ruleSpecification": "RSPEC-2589",

analyzers/rspec/vbnet/S3329.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"constantCost": "15min"
1414
},
1515
"tags": [
16-
"cwe"
16+
"cwe",
17+
"symbolic-execution"
1718
],
1819
"defaultSeverity": "Critical",
1920
"ruleSpecification": "RSPEC-3329",

analyzers/rspec/vbnet/S3655.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"constantCost": "10min"
1414
},
1515
"tags": [
16-
"cwe"
16+
"cwe",
17+
"symbolic-execution"
1718
],
1819
"defaultSeverity": "Major",
1920
"ruleSpecification": "RSPEC-3655",

analyzers/rspec/vbnet/S3900.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"constantCost": "5min"
1414
},
1515
"tags": [
16-
"convention"
16+
"convention",
17+
"symbolic-execution"
1718
],
1819
"defaultSeverity": "Major",
1920
"ruleSpecification": "RSPEC-3900",

analyzers/rspec/vbnet/S3949.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"constantCost": "5min"
1414
},
1515
"tags": [
16-
"overflow"
16+
"overflow",
17+
"symbolic-execution"
1718
],
1819
"defaultSeverity": "Major",
1920
"ruleSpecification": "RSPEC-3949",

analyzers/rspec/vbnet/S3966.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
},
1515
"tags": [
1616
"confusing",
17-
"pitfall"
17+
"pitfall",
18+
"symbolic-execution"
1819
],
1920
"defaultSeverity": "Major",
2021
"ruleSpecification": "RSPEC-3966",

analyzers/rspec/vbnet/S4158.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"func": "Constant\/Issue",
1313
"constantCost": "15min"
1414
},
15-
"tags": [],
15+
"tags": [
16+
"symbolic-execution"
17+
],
1618
"defaultSeverity": "Minor",
1719
"ruleSpecification": "RSPEC-4158",
1820
"sqKey": "S4158",

analyzers/rspec/vbnet/S5773.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"constantCost": "30min"
1515
},
1616
"tags": [
17-
"cwe"
17+
"cwe",
18+
"symbolic-execution"
1819
],
1920
"defaultSeverity": "Major",
2021
"ruleSpecification": "RSPEC-5773",

analyzers/rspec/vbnet/S7130.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"func": "Constant\/Issue",
77
"constantCost": "1min"
88
},
9-
"tags": [],
9+
"tags": [
10+
"symbolic-execution"
11+
],
1012
"defaultSeverity": "Major",
1113
"ruleSpecification": "RSPEC-7130",
1214
"sqKey": "S7130",

analyzers/rspec/vbnet/S7131.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"func": "Constant\/Issue",
77
"constantCost": "30min"
88
},
9-
"tags": [],
9+
"tags": [
10+
"symbolic-execution"
11+
],
1012
"defaultSeverity": "Major",
1113
"ruleSpecification": "RSPEC-7131",
1214
"sqKey": "S7131",

analyzers/rspec/vbnet/S7133.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"func": "Constant\/Issue",
77
"constantCost": "5min"
88
},
9-
"tags": [],
9+
"tags": [
10+
"symbolic-execution"
11+
],
1012
"defaultSeverity": "Major",
1113
"ruleSpecification": "RSPEC-7133",
1214
"sqKey": "S7133",

analyzers/rspec/vbnet/Sonar_way_profile.json

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"S1172",
2424
"S1186",
2525
"S1192",
26-
"S1197",
2726
"S1313",
2827
"S1479",
2928
"S1481",

analyzers/src/SonarAnalyzer.CSharp/sonarpedia.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"languages": [
44
"CSH"
55
],
6-
"latest-update": "2025-01-10T09:51:03.242945Z",
6+
"latest-update": "2025-01-28T15:19:07.499237500Z",
77
"options": {
88
"no-language-in-filenames": true
99
}

analyzers/src/SonarAnalyzer.VisualBasic/sonarpedia.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"languages": [
44
"VBNET"
55
],
6-
"latest-update": "2025-01-09T10:46:59.878140300Z",
6+
"latest-update": "2025-01-28T15:22:46.290683900Z",
77
"options": {
88
"no-language-in-filenames": true
99
}

0 commit comments

Comments
 (0)