diff --git a/rules/S7458/rust/metadata.json b/rules/S7458/rust/metadata.json index a83cdebfb4..cb78dc63bc 100644 --- a/rules/S7458/rust/metadata.json +++ b/rules/S7458/rust/metadata.json @@ -1,12 +1,13 @@ { - "title": "FIXME", - "type": "CODE_SMELL", + "title": "Inherent shadowing definitions of to_string should be avoided", + "type": "BUG", "status": "ready", "remediation": { "func": "Constant\/Issue", "constantCost": "5min" }, "tags": [ + "clippy" ], "defaultSeverity": "Major", "ruleSpecification": "RSPEC-7458", @@ -16,10 +17,8 @@ "quickfix": "unknown", "code": { "impacts": { - "MAINTAINABILITY": "HIGH", - "RELIABILITY": "MEDIUM", - "SECURITY": "LOW" + "RELIABILITY": "MEDIUM" }, - "attribute": "CONVENTIONAL" + "attribute": "LOGICAL" } }