From 679593460e5da49e15ad7b3546d7d6727872a72d Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 11 Nov 2025 15:30:46 +0100 Subject: [PATCH] Disable Axivion reports for Qt-Security-QDataStreamOperatorRead This currently flags 294 occurences in Qt Core as errors, practically all of them related to the implemenation of QDataStream related functionality. I think this generally at the wrong level, certainly for Qt Core, but also for user code: operator>> is (besides operator<<) /the/ main reason to use the QDataStream class, so if we consider this risky, QDataStream itself should not be used, i.e. it would be better to flagging code that creates QDataStream objects not every use of operator>> of such objects. Change-Id: If758bde3a77f64cc8c06f8328459dfcd2d94dc8f Reviewed-by: Matti Paaso --- coin/provisioning/common/linux/axivion/rule_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/provisioning/common/linux/axivion/rule_config.json b/coin/provisioning/common/linux/axivion/rule_config.json index cd4b7724..fd7d21d5 100644 --- a/coin/provisioning/common/linux/axivion/rule_config.json +++ b/coin/provisioning/common/linux/axivion/rule_config.json @@ -195,7 +195,7 @@ "_active": true }, "Qt-Security-QDataStreamOperatorRead": { - "_active": true + "_active": false }, "Qt-Security-QDtlsIgnoreVerificationErrors": { "_active": true