rspec/rules/S3807/metadata.json
yassin-kammoun-sonarsource 905f7c9ed4 Add rust to rule S3807
2025-03-27 10:26:01 +00:00

43 lines
677 B
JSON

{
"title": "Parameter values should be appropriate",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "HIGH"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"symbolic-execution"
],
"extra": {
"replacementRules": [
],
"legacyKeys": [
]
},
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-3807",
"sqKey": "S3807",
"scope": "All",
"securityStandards": {
"CWE": [
476
],
"CERT": [
"EXP01-J."
]
},
"defaultQualityProfiles": [
"Sonar way"
],
"quickfix": "infeasible"
}