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 <marc.mutz@qt.io>
This commit is contained in:
Antti Määttä 2025-03-10 11:25:31 +02:00
parent dc3fb041e9
commit 6a534cf504

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"