Mark QCtfServer as security critical

QCtfServer uses QTcpServer to accept connections with security sensitive
commands.

Pick-to: 6.8
Change-Id: I793e716560fedcf6155f36beeeafdcc0429fe092
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
(cherry picked from commit 6a534cf5048ebb8b4641d4715a92be3ea0a6bb06)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Antti Määttä 2025-03-10 11:25:31 +02:00 committed by Qt Cherry-pick Bot
parent ac67f0dc96
commit 842ee4f393

View File

@ -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 <qloggingcategory.h>
#include "qctfserver_p.h"