From 3eca06c7fa4e9850f97e42439f9346ad093176d5 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Wed, 24 Sep 2025 07:19:52 +0200 Subject: CRA review: gui/platform/unix/* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The files that we maintain by hand are marked as significant. * QDBus and QSettings are in used very often in most classes. * D-Bus and QSettings are security critical, but the implementation is merely a user, and does not do any parsing or communication on its own. Notes: * dbusmenu and dbustray sub directories in seperate changes. * qdesktopunixservices_p.h as security critical which just follows qdesktopunixservices.cpp in ad98583911a8252e56648cd2efc748b09b3691f3 QUIP: 23 Task-number: QTBUG-134573 Pick-to: 6.10 6.8 Change-Id: I5cdcaedb1f987a86cf7a16c843ebfe7f0e7238c7 Reviewed-by: Tor Arne Vestbø --- src/gui/platform/unix/qgenericunixeventdispatcher.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/platform/unix/qgenericunixeventdispatcher.cpp') diff --git a/src/gui/platform/unix/qgenericunixeventdispatcher.cpp b/src/gui/platform/unix/qgenericunixeventdispatcher.cpp index b551aefe993..332a6b3fe30 100644 --- a/src/gui/platform/unix/qgenericunixeventdispatcher.cpp +++ b/src/gui/platform/unix/qgenericunixeventdispatcher.cpp @@ -1,5 +1,6 @@ // Copyright (C) 2016 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:significant reason:default #include "qgenericunixeventdispatcher_p.h" #include "qunixeventdispatcher_qpa_p.h" -- cgit v1.2.3