diff options
author | Antti Määttä <[email protected]> | 2025-03-10 11:25:31 +0200 |
---|---|---|
committer | Antti Määttä <[email protected]> | 2025-03-24 11:43:09 +0200 |
commit | 6a534cf5048ebb8b4641d4715a92be3ea0a6bb06 (patch) | |
tree | 57e28b916a689668dbfd1c8ba5a8eb4a44a5486d | |
parent | dc3fb041e93cb82b6c14c18e513c83119004a231 (diff) |
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 <[email protected]>
-rw-r--r-- | src/plugins/tracing/qctfserver.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <qloggingcategory.h> #include "qctfserver_p.h" |