From 1a5228300d8287935a9e23e42eee7f0297018934 Mon Sep 17 00:00:00 2001 From: Gyula Sallai Date: Wed, 26 Mar 2025 14:09:47 +0100 Subject: [PATCH] Update metadata.json --- rules/S7458/rust/metadata.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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" } }