From 9e2db25bd556c3aec540d15616c2a67bcafc63d2 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 --- .../common/linux/axivion/rule_config.json | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/coin/provisioning/common/linux/axivion/rule_config.json b/coin/provisioning/common/linux/axivion/rule_config.json index f856ae5e..80330c3c 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": [ @@ -261,7 +279,7 @@ "_VersionNum": [ 7, 10, - 2, - 17470 + 4, + 17655 ] }