diff options
| author | Liang Qi <liang.qi@qt.io> | 2025-09-24 07:19:52 +0200 |
|---|---|---|
| committer | Liang Qi <liang.qi@qt.io> | 2025-09-25 02:26:24 +0200 |
| commit | 3eca06c7fa4e9850f97e42439f9346ad093176d5 (patch) | |
| tree | 3d414125c2e71eaf631447378e4796474ee1db89 /src/gui/platform/unix/qtx11extras.cpp | |
| parent | 79219c95de4e201f773b64ceeae1ecc007e7335c (diff) | |
CRA review: gui/platform/unix/*
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ø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/gui/platform/unix/qtx11extras.cpp')
| -rw-r--r-- | src/gui/platform/unix/qtx11extras.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/platform/unix/qtx11extras.cpp b/src/gui/platform/unix/qtx11extras.cpp index ef37518d956..3eb3d6624a4 100644 --- a/src/gui/platform/unix/qtx11extras.cpp +++ b/src/gui/platform/unix/qtx11extras.cpp @@ -2,6 +2,7 @@ // Copyright (C) 2016 Richard Moore <rich@kde.org> // Copyright (C) 2016 David Faure <david.faure@kdab.com> // 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 "qtx11extras_p.h" |
