diff options
| author | Liang Qi <liang.qi@qt.io> | 2025-09-24 06:59:52 +0200 |
|---|---|---|
| committer | Tor Arne Vestbø <tor.arne.vestbo@qt.io> | 2025-09-25 00:26:24 +0000 |
| commit | 79219c95de4e201f773b64ceeae1ecc007e7335c (patch) | |
| tree | cdaf9a079142c13e888ceda1bead7889e7e47bbf /src/gui/platform/unix/dbustray/qxdgnotificationproxy.cpp | |
| parent | 090bd477bcadccc9020b7ea393c0570272ca8e62 (diff) | |
CRA review: gui/platform/unix/dbustray/*
The files that we maintain by hand are marked as significant.
* D-Bus is security critical, but the Qt DBus Tray implementation
is merely a user, and does not do any parsing or communication on its own.
QUIP: 23
Task-number: QTBUG-134573
Pick-to: 6.10 6.8
Change-Id: I91d58c1598bb92bedfe613294897233073edc4f2
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/gui/platform/unix/dbustray/qxdgnotificationproxy.cpp')
| -rw-r--r-- | src/gui/platform/unix/dbustray/qxdgnotificationproxy.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/platform/unix/dbustray/qxdgnotificationproxy.cpp b/src/gui/platform/unix/dbustray/qxdgnotificationproxy.cpp index 97b6697e6d5..f3832be2482 100644 --- a/src/gui/platform/unix/dbustray/qxdgnotificationproxy.cpp +++ b/src/gui/platform/unix/dbustray/qxdgnotificationproxy.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 "qxdgnotificationproxy_p.h" |
