From 701af5adba558ac937ee2d0263e8266911762f0c Mon Sep 17 00:00:00 2001 From: Matti Paaso Date: Thu, 2 Oct 2025 08:18:08 +0300 Subject: [PATCH] Enable CWE checks to Axivion configuration Task-number: QTQAINFRA-7401 Pick-to: 6.8 6.5 Change-Id: I3173acc2941e3811aeb7e56752a56125f00d8f89 Reviewed-by: Jukka Jokiniva (cherry picked from commit 9e2db25bd556c3aec540d15616c2a67bcafc63d2) --- .../common/linux/axivion/rule_config.json | 24 ++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/coin/provisioning/common/linux/axivion/rule_config.json b/coin/provisioning/common/linux/axivion/rule_config.json index bc6505e4..1a8369fd 100644 --- a/coin/provisioning/common/linux/axivion/rule_config.json +++ b/coin/provisioning/common/linux/axivion/rule_config.json @@ -1,5 +1,23 @@ { "Analysis": { + "CWE-119": { + "_active": true + }, + "CWE-125": { + "_active": true + }, + "CWE-190": { + "_active": true + }, + "CWE-416": { + "_active": true + }, + "CWE-476": { + "_active": true + }, + "CWE-787": { + "_active": true + }, "CloneDetection": { "_active": true, "excludes": [ @@ -203,8 +221,8 @@ "_Format": "1.0", "_VersionNum": [ 7, - 8, - 0, - 15004 + 10, + 4, + 17655 ] }