Skip to content

Commit bb667e8

Browse files
authored
Update rule metadata for 4.2 release (#1435)
1 parent 42e9ddf commit bb667e8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+48
-119
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"func": "Constant\/Issue",
77
"constantCost": "30min"
88
},
9-
"tags": [
10-
"owasp-a3"
11-
],
9+
"tags": [],
1210
"defaultSeverity": "Minor",
1311
"ruleSpecification": "RSPEC-1313",
1412
"sqKey": "S1313",

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"constantCost": "30min"
88
},
99
"tags": [
10-
"cwe",
11-
"owasp-a1"
10+
"cwe"
1211
],
1312
"defaultSeverity": "Critical",
1413
"ruleSpecification": "RSPEC-1523",

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"constantCost": "30min"
88
},
99
"tags": [
10-
"cwe",
11-
"sans-top25-porous",
12-
"owasp-a3"
10+
"cwe"
1311
],
1412
"defaultSeverity": "Critical",
1513
"ruleSpecification": "RSPEC-2053",

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"constantCost": "30min"
88
},
99
"tags": [
10-
"cwe",
11-
"sans-top25-porous",
12-
"owasp-a2"
10+
"cwe"
1311
],
1412
"defaultSeverity": "Blocker",
1513
"ruleSpecification": "RSPEC-2068",

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
},
99
"tags": [
1010
"cwe",
11-
"owasp-a1",
12-
"sans-top25-insecure",
1311
"bad-practice",
1412
"sql"
1513
],

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
},
99
"tags": [
1010
"cwe",
11-
"privacy",
12-
"sans-top25-porous",
13-
"owasp-a3"
11+
"privacy"
1412
],
1513
"defaultSeverity": "Minor",
1614
"ruleSpecification": "RSPEC-2092",

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"constantCost": "45min"
88
},
99
"tags": [
10-
"cwe",
11-
"owasp-a2",
12-
"owasp-a3"
10+
"cwe"
1311
],
1412
"defaultSeverity": "Blocker",
1513
"ruleSpecification": "RSPEC-2115",

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"constantCost": "10min"
88
},
99
"tags": [
10-
"cwe",
11-
"owasp-a3",
12-
"owasp-m5"
10+
"cwe"
1311
],
1412
"defaultSeverity": "Critical",
1513
"ruleSpecification": "RSPEC-2245",

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"constantCost": "1d"
88
},
99
"tags": [
10-
"cwe",
11-
"sans-top25-porous",
12-
"owasp-a3"
10+
"cwe"
1311
],
1412
"defaultSeverity": "Critical",
1513
"ruleSpecification": "RSPEC-2257",

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"constantCost": "5min"
88
},
99
"tags": [
10-
"cwe",
11-
"sans-top25-porous",
12-
"owasp-a5"
10+
"cwe"
1311
],
1412
"defaultSeverity": "Major",
1513
"ruleSpecification": "RSPEC-2612",

0 commit comments

Comments
 (0)