Skip to content

Commit 624ca67

Browse files
SONARJAVA-4707 Update rules metadata (#4579)
1 parent 47c1677 commit 624ca67

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java/S2230.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
],
1212
"code": {
1313
"impacts": {
14-
"MAINTAINABILITY": "HIGH",
1514
"RELIABILITY": "MEDIUM"
1615
},
1716
"attribute": "CONVENTIONAL"

sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java/S4790.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
},
1010
"status": "ready",
1111
"tags": [
12-
"cwe",
13-
"spring"
12+
"cwe"
1413
],
1514
"defaultSeverity": "Critical",
1615
"ruleSpecification": "RSPEC-4790",

sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java/S6809.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
"quickfix": "unknown",
1515
"code": {
1616
"impacts": {
17-
"MAINTAINABILITY": "HIGH",
18-
"RELIABILITY": "MEDIUM",
19-
"SECURITY": "LOW"
17+
"MAINTAINABILITY": "HIGH"
2018
},
2119
"attribute": "CONVENTIONAL"
2220
}

sonarpedia.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"languages": [
44
"JAVA"
55
],
6-
"latest-update": "2023-11-07T15:40:45.973420Z",
6+
"latest-update": "2023-11-24T15:20:38.530699Z",
77
"options": {
88
"no-language-in-filenames": true,
99
"preserve-filenames": false
1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)