rspec/rules/S7462/rust/metadata.json
yassin-kammoun-sonarsource 50343c7c59 Update RSPEC
2025-03-27 10:01:14 +01:00

25 lines
516 B
JSON

{
"title": "`mem::uninitialized` and `mem::zeroed()` should not be used to replace values",
"type": "BUG",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"clippy"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-7462",
"sqKey": "S7462",
"scope": "All",
"defaultQualityProfiles": ["Sonar way"],
"quickfix": "unknown",
"code": {
"impacts": {
"RELIABILITY": "MEDIUM"
},
"attribute": "LOGICAL"
}
}