Skip to content

Commit 02a391e

Browse files
authored
SONARJAVA-6004 : Update rules metadata (#5402)
1 parent b514f63 commit 02a391e

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java/S1258.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ <h3>Exceptions</h3>
4444
<li> <a href="https://docs.oracle.com/javaee/7/api/javax/inject/Inject.html">Inject</a> </li>
4545
<li> <a
4646
href="https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/beans/factory/annotation/Autowired.html">Autowired</a> </li>
47+
<li> <a href="https://docs.spring.io/spring-framework/reference/core/beans/annotation-config/value-annotations.html#page-title">Value</a> </li>
4748
</ul> </li>
4849
<li> Class annotated with:
4950
<ul>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
],
2929
"OWASP Top 10 2021": [
3030
"A1"
31+
],
32+
"CWE": [
33+
547
3134
]
3235
},
3336
"quickfix": "unknown"

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
"PCI DSS 4.0": [
3434
"6.3.3",
3535
"6.2.4"
36+
],
37+
"CWE": [
38+
287
3639
]
3740
},
3841
"quickfix": "unknown"

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,10 @@
1919
"ruleSpecification": "RSPEC-6263",
2020
"sqKey": "S6263",
2121
"scope": "Main",
22-
"quickfix": "unknown"
22+
"quickfix": "unknown",
23+
"securityStandards": {
24+
"CWE": [
25+
798
26+
]
27+
}
2328
}

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-11-27T16:01:59.765791069Z",
6+
"latest-update": "2026-01-26T14:42:25.031525200Z",
77
"options": {
88
"no-language-in-filenames": true,
99
"preserve-filenames": false

0 commit comments

Comments
 (0)