Skip to content

Commit 4fbf8ba

Browse files
Update rule metadata for 3.15 (#1150)
1 parent aaf14c7 commit 4fbf8ba

39 files changed

+211
-17
lines changed

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S1523.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
],
2525
"OWASP Top 10 2021": [
2626
"A3"
27+
],
28+
"PCI DSS 3.2": [
29+
"6.5.1"
30+
],
31+
"PCI DSS 4.0": [
32+
"6.2.4"
2733
]
2834
},
2935
"quickfix": "unknown"

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S1854.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
563
2020
]
2121
},
22-
"quickfix": "unknown"
22+
"quickfix": "covered"
2323
}

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S1940.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"ruleSpecification": "RSPEC-1940",
1414
"sqKey": "S1940",
1515
"scope": "All",
16-
"quickfix": "unknown"
16+
"quickfix": "covered"
1717
}

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S2053.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
],
2626
"OWASP Top 10 2021": [
2727
"A2"
28+
],
29+
"PCI DSS 3.2": [
30+
"6.5.10"
31+
],
32+
"PCI DSS 4.0": [
33+
"6.2.4"
2834
]
2935
},
3036
"quickfix": "unknown"

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S2068.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
],
2626
"OWASP Top 10 2021": [
2727
"A7"
28+
],
29+
"PCI DSS 3.2": [
30+
"6.5.10"
31+
],
32+
"PCI DSS 4.0": [
33+
"6.2.4"
2834
]
2935
}
3036
}

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S2077.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
],
3030
"OWASP Top 10 2021": [
3131
"A3"
32+
],
33+
"PCI DSS 3.2": [
34+
"6.5.1"
35+
],
36+
"PCI DSS 4.0": [
37+
"6.2.4"
3238
]
3339
}
3440
}

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S2092.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
"OWASP Top 10 2021": [
2929
"A4",
3030
"A5"
31+
],
32+
"PCI DSS 3.2": [
33+
"6.5.10"
34+
],
35+
"PCI DSS 4.0": [
36+
"6.2.4"
3137
]
3238
}
3339
}

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S2115.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
],
2626
"OWASP Top 10 2021": [
2727
"A7"
28+
],
29+
"PCI DSS 3.2": [
30+
"6.5.10"
31+
],
32+
"PCI DSS 4.0": [
33+
"6.2.4"
2834
]
2935
},
3036
"quickfix": "unknown"

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S2612.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
"OWASP Top 10 2021": [
2727
"A1",
2828
"A4"
29+
],
30+
"PCI DSS 3.2": [
31+
"6.5.8"
32+
],
33+
"PCI DSS 4.0": [
34+
"6.2.4"
2935
]
3036
}
3137
}

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S2710.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"ruleSpecification": "RSPEC-2710",
1616
"sqKey": "S2710",
1717
"scope": "Main",
18-
"quickfix": "unknown"
18+
"quickfix": "covered"
1919
}

0 commit comments

Comments
 (0)