Skip to content

Commit 8d1b73d

Browse files
APPSEC-3111 S6376: Fix incorrect security standards mapping
1 parent 0d2554e commit 8d1b73d

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

  • java-symbolic-execution/java-symbolic-execution-plugin/src/main/resources/org/sonar/l10n/java/rules/javase

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

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"scope": "Main",
2222
"securityStandards": {
2323
"CWE": [
24-
611,
25-
827
24+
776
2625
],
2726
"OWASP": [
2827
"A4"
@@ -34,17 +33,10 @@
3433
"M4",
3534
"M8"
3635
],
37-
"PCI DSS 3.2": [
38-
"6.5.1"
39-
],
40-
"PCI DSS 4.0": [
41-
"6.2.4"
42-
],
43-
"ASVS 4.0": [
44-
"5.5.2"
45-
],
4636
"STIG ASD_V5R3": [
47-
"V-222608"
37+
"V-222593",
38+
"V-222608",
39+
"V-222667"
4840
]
4941
},
5042
"quickfix": "infeasible"

0 commit comments

Comments
 (0)