From f16efb2b5c2cc17681c1c8450ce79c8600b14ed6 Mon Sep 17 00:00:00 2001 From: Fred Tingaud Date: Fri, 21 Feb 2025 17:00:48 +0100 Subject: [PATCH] RULEAPI-834 Update remaining rules where defaultSeverity is different from MQR --- rules/S935/python/metadata.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rules/S935/python/metadata.json b/rules/S935/python/metadata.json index c67a028924..8c0ede78f4 100644 --- a/rules/S935/python/metadata.json +++ b/rules/S935/python/metadata.json @@ -1,6 +1,12 @@ { "title": "Functions and methods should only return expected values", "type": "BUG", + "code": { + "impacts": { + "RELIABILITY": "BLOCKER" + }, + "attribute": "LOGICAL" + }, "status": "ready", "remediation": { "func": "Constant\/Issue",