Ensure issue severities are consistent between old model and CCT (#4428)

This commit is contained in:
Guillaume Dequenne 2024-10-22 14:40:59 +02:00 committed by GitHub
parent 3837a175d3
commit cfcc2e6ea9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
30 changed files with 30 additions and 30 deletions

View File

@ -25,7 +25,7 @@
"quickfix": "unknown", "quickfix": "unknown",
"code": { "code": {
"impacts": { "impacts": {
"MAINTAINABILITY": "HIGH", "MAINTAINABILITY": "MEDIUM",
"RELIABILITY": "MEDIUM", "RELIABILITY": "MEDIUM",
"SECURITY": "LOW" "SECURITY": "LOW"
}, },

View File

@ -8,7 +8,7 @@
}, },
"tags": [ "tags": [
], ],
"defaultSeverity": "Major", "defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6727", "ruleSpecification": "RSPEC-6727",
"sqKey": "S6727", "sqKey": "S6727",
"scope": "All", "scope": "All",

View File

@ -10,7 +10,7 @@
"numpy", "numpy",
"data-science" "data-science"
], ],
"defaultSeverity": "Major", "defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6729", "ruleSpecification": "RSPEC-6729",
"sqKey": "S6729", "sqKey": "S6729",
"scope": "All", "scope": "All",

View File

@ -10,7 +10,7 @@
"pandas", "pandas",
"data-science" "data-science"
], ],
"defaultSeverity": "Major", "defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6734", "ruleSpecification": "RSPEC-6734",
"sqKey": "S6734", "sqKey": "S6734",
"scope": "All", "scope": "All",

View File

@ -18,7 +18,7 @@
"quickfix": "covered", "quickfix": "covered",
"code": { "code": {
"impacts": { "impacts": {
"MAINTAINABILITY": "HIGH" "MAINTAINABILITY": "MEDIUM"
}, },
"attribute": "CLEAR" "attribute": "CLEAR"
} }

View File

@ -18,7 +18,7 @@
"quickfix": "unknown", "quickfix": "unknown",
"code": { "code": {
"impacts": { "impacts": {
"MAINTAINABILITY": "HIGH", "MAINTAINABILITY": "MEDIUM",
"RELIABILITY": "MEDIUM" "RELIABILITY": "MEDIUM"
}, },
"attribute": "CLEAR" "attribute": "CLEAR"

View File

@ -8,7 +8,7 @@
}, },
"tags": [ "tags": [
], ],
"defaultSeverity": "Major", "defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6882", "ruleSpecification": "RSPEC-6882",
"sqKey": "S6882", "sqKey": "S6882",
"scope": "All", "scope": "All",

View File

@ -8,7 +8,7 @@
}, },
"tags": [ "tags": [
], ],
"defaultSeverity": "Major", "defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6883", "ruleSpecification": "RSPEC-6883",
"sqKey": "S6883", "sqKey": "S6883",
"scope": "All", "scope": "All",

View File

@ -8,7 +8,7 @@
}, },
"tags": [ "tags": [
], ],
"defaultSeverity": "Major", "defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6886", "ruleSpecification": "RSPEC-6886",
"sqKey": "S6886", "sqKey": "S6886",
"scope": "All", "scope": "All",

View File

@ -8,7 +8,7 @@
}, },
"tags": [ "tags": [
], ],
"defaultSeverity": "Major", "defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6887", "ruleSpecification": "RSPEC-6887",
"sqKey": "S6887", "sqKey": "S6887",
"scope": "All", "scope": "All",

View File

@ -8,7 +8,7 @@
}, },
"tags": [ "tags": [
], ],
"defaultSeverity": "Major", "defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6890", "ruleSpecification": "RSPEC-6890",
"sqKey": "S6890", "sqKey": "S6890",
"scope": "All", "scope": "All",

View File

@ -8,7 +8,7 @@
}, },
"tags": [ "tags": [
], ],
"defaultSeverity": "Major", "defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6894", "ruleSpecification": "RSPEC-6894",
"sqKey": "S6894", "sqKey": "S6894",
"scope": "All", "scope": "All",

View File

@ -8,7 +8,7 @@
}, },
"tags": [ "tags": [
], ],
"defaultSeverity": "Major", "defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6899", "ruleSpecification": "RSPEC-6899",
"sqKey": "S6899", "sqKey": "S6899",
"scope": "All", "scope": "All",

View File

@ -8,7 +8,7 @@
}, },
"tags": [ "tags": [
], ],
"defaultSeverity": "Major", "defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6900", "ruleSpecification": "RSPEC-6900",
"sqKey": "S6900", "sqKey": "S6900",
"scope": "All", "scope": "All",

View File

@ -8,7 +8,7 @@
}, },
"tags": [ "tags": [
], ],
"defaultSeverity": "Major", "defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6903", "ruleSpecification": "RSPEC-6903",
"sqKey": "S6903", "sqKey": "S6903",
"scope": "All", "scope": "All",

View File

@ -16,7 +16,7 @@
"quickfix": "unknown", "quickfix": "unknown",
"code": { "code": {
"impacts": { "impacts": {
"RELIABILITY": "HIGH" "RELIABILITY": "MEDIUM"
}, },
"attribute": "CONVENTIONAL" "attribute": "CONVENTIONAL"
} }

View File

@ -16,7 +16,7 @@
"quickfix": "unknown", "quickfix": "unknown",
"code": { "code": {
"impacts": { "impacts": {
"RELIABILITY": "HIGH" "RELIABILITY": "MEDIUM"
}, },
"attribute": "CONVENTIONAL" "attribute": "CONVENTIONAL"
} }

View File

@ -16,7 +16,7 @@
"quickfix": "unknown", "quickfix": "unknown",
"code": { "code": {
"impacts": { "impacts": {
"RELIABILITY": "HIGH" "RELIABILITY": "MEDIUM"
}, },
"attribute": "CONVENTIONAL" "attribute": "CONVENTIONAL"
} }

View File

@ -16,7 +16,7 @@
"quickfix": "unknown", "quickfix": "unknown",
"code": { "code": {
"impacts": { "impacts": {
"MAINTAINABILITY": "HIGH", "MAINTAINABILITY": "MEDIUM",
"RELIABILITY": "MEDIUM" "RELIABILITY": "MEDIUM"
}, },
"attribute": "CONVENTIONAL" "attribute": "CONVENTIONAL"

View File

@ -16,7 +16,7 @@
"quickfix": "unknown", "quickfix": "unknown",
"code": { "code": {
"impacts": { "impacts": {
"MAINTAINABILITY": "HIGH", "MAINTAINABILITY": "MEDIUM",
"RELIABILITY": "MEDIUM" "RELIABILITY": "MEDIUM"
}, },
"attribute": "CONVENTIONAL" "attribute": "CONVENTIONAL"

View File

@ -8,7 +8,7 @@
}, },
"tags": [ "tags": [
], ],
"defaultSeverity": "Major", "defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6928", "ruleSpecification": "RSPEC-6928",
"sqKey": "S6928", "sqKey": "S6928",
"scope": "All", "scope": "All",

View File

@ -21,7 +21,7 @@
"code": { "code": {
"impacts": { "impacts": {
"MAINTAINABILITY": "MEDIUM", "MAINTAINABILITY": "MEDIUM",
"RELIABILITY": "HIGH" "RELIABILITY": "MEDIUM"
}, },
"attribute": "CLEAR" "attribute": "CLEAR"
} }

View File

@ -8,7 +8,7 @@
}, },
"tags": [ "tags": [
], ],
"defaultSeverity": "Major", "defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-6969", "ruleSpecification": "RSPEC-6969",
"sqKey": "S6969", "sqKey": "S6969",
"scope": "All", "scope": "All",

View File

@ -8,7 +8,7 @@
}, },
"tags": [ "tags": [
], ],
"defaultSeverity": "Major", "defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6971", "ruleSpecification": "RSPEC-6971",
"sqKey": "S6971", "sqKey": "S6971",
"scope": "All", "scope": "All",

View File

@ -16,7 +16,7 @@
"quickfix": "infeasible", "quickfix": "infeasible",
"code": { "code": {
"impacts": { "impacts": {
"RELIABILITY": "HIGH" "RELIABILITY": "MEDIUM"
}, },
"attribute": "CONVENTIONAL" "attribute": "CONVENTIONAL"
} }

View File

@ -16,7 +16,7 @@
"quickfix": "unknown", "quickfix": "unknown",
"code": { "code": {
"impacts": { "impacts": {
"MAINTAINABILITY": "HIGH", "MAINTAINABILITY": "MEDIUM",
"RELIABILITY": "LOW" "RELIABILITY": "LOW"
}, },
"attribute": "CONVENTIONAL" "attribute": "CONVENTIONAL"

View File

@ -8,7 +8,7 @@
}, },
"tags": [ "tags": [
], ],
"defaultSeverity": "Major", "defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6974", "ruleSpecification": "RSPEC-6974",
"sqKey": "S6974", "sqKey": "S6974",
"scope": "All", "scope": "All",

View File

@ -16,7 +16,7 @@
"quickfix": "targeted", "quickfix": "targeted",
"code": { "code": {
"impacts": { "impacts": {
"RELIABILITY": "HIGH" "RELIABILITY": "MEDIUM"
}, },
"attribute": "LOGICAL" "attribute": "LOGICAL"
} }

View File

@ -8,7 +8,7 @@
}, },
"tags": [ "tags": [
], ],
"defaultSeverity": "Major", "defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6984", "ruleSpecification": "RSPEC-6984",
"sqKey": "S6984", "sqKey": "S6984",
"scope": "All", "scope": "All",

View File

@ -10,7 +10,7 @@
"pytorch", "pytorch",
"machine-learning" "machine-learning"
], ],
"defaultSeverity": "Major", "defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6985", "ruleSpecification": "RSPEC-6985",
"sqKey": "S6985", "sqKey": "S6985",
"scope": "All", "scope": "All",