summaryrefslogtreecommitdiffstats
path: root/src/gui/platform/unix/qdesktopunixservices.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2025-03-13 14:23:10 +0100
committerMarc Mutz <marc.mutz@qt.io>2025-07-22 13:38:10 +0000
commitad98583911a8252e56648cd2efc748b09b3691f3 (patch)
treef4c991f84f383de05917bee191a43d74aae83032 /src/gui/platform/unix/qdesktopunixservices.cpp
parent4c8b460f9c4d4345e139cb6c776682c2e681e0e7 (diff)
gui: Mark qdesktopunixservices.cpp as security critical
It tries to launch external applications like browser and etc. Pick-to: 6.10 6.9 6.8 Change-Id: I6564dc3af7c2bf76c99c2d5aa6dad2feacc94ff1 Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'src/gui/platform/unix/qdesktopunixservices.cpp')
-rw-r--r--src/gui/platform/unix/qdesktopunixservices.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/platform/unix/qdesktopunixservices.cpp b/src/gui/platform/unix/qdesktopunixservices.cpp
index 144a33614c2..bbc6b41a2bc 100644
--- a/src/gui/platform/unix/qdesktopunixservices.cpp
+++ b/src/gui/platform/unix/qdesktopunixservices.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:critical reason:execute-external-code
#include "qdesktopunixservices_p.h"
#include <QtGui/private/qtguiglobal_p.h>