From 6a534cf5048ebb8b4641d4715a92be3ea0a6bb06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20M=C3=A4=C3=A4tt=C3=A4?= Date: Mon, 10 Mar 2025 11:25:31 +0200 Subject: [PATCH] Mark QCtfServer as security critical QCtfServer uses QTcpServer to accept connections with security sensitive commands. Pick-to: 6.9 6.8 Change-Id: I793e716560fedcf6155f36beeeafdcc0429fe092 Reviewed-by: Marc Mutz --- src/plugins/tracing/qctfserver.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/tracing/qctfserver.cpp b/src/plugins/tracing/qctfserver.cpp index d97c345e115..1d75cd466df 100644 --- a/src/plugins/tracing/qctfserver.cpp +++ b/src/plugins/tracing/qctfserver.cpp @@ -1,5 +1,6 @@ // Copyright (C) 2023 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// Qt-Security score:critical reason:network-protocol #include #include "qctfserver_p.h"