Skip to content

Commit 1410108

Browse files
SONARJAVA-5352 Fix discrepancies between MQR and severity for Java rules for 8.9.2 (#5169)
1 parent 3a725a3 commit 1410108

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

java-symbolic-execution/java-symbolic-execution-plugin/src/main/resources/org/sonar/l10n/java/rules/javase/S2095.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "BUG",
44
"code": {
55
"impacts": {
6-
"RELIABILITY": "HIGH"
6+
"RELIABILITY": "BLOCKER"
77
},
88
"attribute": "COMPLETE"
99
},

java-symbolic-execution/java-symbolic-execution-plugin/src/main/resources/org/sonar/l10n/java/rules/javase/S2189.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "BUG",
44
"code": {
55
"impacts": {
6-
"RELIABILITY": "HIGH"
6+
"RELIABILITY": "BLOCKER"
77
},
88
"attribute": "LOGICAL"
99
},

java-symbolic-execution/java-symbolic-execution-plugin/src/main/resources/org/sonar/l10n/java/rules/javase/S2689.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "BUG",
44
"code": {
55
"impacts": {
6-
"RELIABILITY": "HIGH"
6+
"RELIABILITY": "BLOCKER"
77
},
88
"attribute": "COMPLETE"
99
},

java-symbolic-execution/java-symbolic-execution-plugin/src/main/resources/org/sonar/l10n/java/rules/javase/S2755.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "VULNERABILITY",
44
"code": {
55
"impacts": {
6-
"SECURITY": "HIGH"
6+
"SECURITY": "BLOCKER"
77
},
88
"attribute": "COMPLETE"
99
},

java-symbolic-execution/java-symbolic-execution-plugin/src/main/resources/org/sonar/l10n/java/rules/javase/S3516.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "CODE_SMELL",
44
"code": {
55
"impacts": {
6-
"MAINTAINABILITY": "HIGH"
6+
"MAINTAINABILITY": "BLOCKER"
77
},
88
"attribute": "LOGICAL"
99
},

java-symbolic-execution/java-symbolic-execution-plugin/src/main/resources/org/sonar/l10n/java/rules/javase/S3546.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "BUG",
44
"code": {
55
"impacts": {
6-
"RELIABILITY": "HIGH"
6+
"RELIABILITY": "BLOCKER"
77
},
88
"attribute": "COMPLETE"
99
},

java-symbolic-execution/java-symbolic-execution-plugin/src/main/resources/org/sonar/l10n/java/rules/javase/S6373.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "VULNERABILITY",
44
"code": {
55
"impacts": {
6-
"SECURITY": "HIGH"
6+
"SECURITY": "BLOCKER"
77
},
88
"attribute": "CONVENTIONAL"
99
},

java-symbolic-execution/sonarpedia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"languages": [
44
"JAVA"
55
],
6-
"latest-update": "2024-09-09T13:33:21.851483206Z",
6+
"latest-update": "2025-05-22T14:38:11.652049Z",
77
"options": {
88
"no-language-in-filenames": true,
99
"preserve-filenames": false

sonarpedia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"languages": [
44
"JAVA"
55
],
6-
"latest-update": "2025-02-25T10:26:12.753953200Z",
6+
"latest-update": "2025-05-22T14:42:49.586230Z",
77
"options": {
88
"no-language-in-filenames": true,
99
"preserve-filenames": false

0 commit comments

Comments
 (0)