Skip to content

Commit 1717c3f

Browse files
SONARXML-209 Support Multi-Quality Rule (MQR) mode
1 parent d7e8be7 commit 1717c3f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<!-- Minimum version of the plugin API in SQ -->
6363
<sonar.pluginApi.minVersion>9.14.9.375</sonar.pluginApi.minVersion>
6464

65-
<sonar.analyzerCommons.version>2.14.0.3087</sonar.analyzerCommons.version>
65+
<sonar.analyzerCommons.version>2.16.0.3141</sonar.analyzerCommons.version>
6666
<sonar.orchestrator.version>5.0.0.2065</sonar.orchestrator.version>
6767
<!-- Minimum SL version supporting ${sonar.pluginApi.minVersion} -->
6868
<sonar.sonarlint-core.version>8.17.0.70351</sonar.sonarlint-core.version>

sonar-xml-plugin/src/main/resources/org/sonar/l10n/xml/rules/xml/S2068.json

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

sonar-xml-plugin/src/main/resources/org/sonar/l10n/xml/rules/xml/S3281.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"type": "VULNERABILITY",
44
"code": {
55
"impacts": {
6-
"SECURITY": "HIGH",
7-
"MAINTAINABILITY": "HIGH"
6+
"SECURITY": "BLOCKER",
7+
"MAINTAINABILITY": "BLOCKER"
88
},
99
"attribute": "COMPLETE"
1010
},

sonar-xml-plugin/src/main/resources/org/sonar/l10n/xml/rules/xml/S3282.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": "CLEAR"
99
},

sonar-xml-plugin/src/main/resources/org/sonar/l10n/xml/rules/xml/S3374.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": "LOGICAL"
99
},

sonarpedia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"languages": [
44
"XML"
55
],
6-
"latest-update": "2024-10-14T11:58:35.438161423Z",
6+
"latest-update": "2024-11-26T10:07:05.990512400Z",
77
"options": {
88
"no-language-in-filenames": true
99
}

0 commit comments

Comments
 (0)