diff options
author | MohammadHossein Qanbari <[email protected]> | 2025-09-18 16:53:41 +0200 |
---|---|---|
committer | MohammadHossein Qanbari <[email protected]> | 2025-09-23 20:22:49 +0000 |
commit | 33855af7f79ae06a4fbded60b2e88758c7bb0c4a (patch) | |
tree | f766ee2e1f9c9411a790ff27f50066ca0c22ad35 /src/widgets/kernel/qapplication.cpp | |
parent | 5aecefc6a1549fca72d29dc793e6f1835e9a0095 (diff) |
CRA review: src/widgets/kernel/qapplication.*
The qapplication.* files' security scores are tagged as significant
since the command-line arguments and environment variables are
considered trusted input. It does not expose to high-risk
vulnerabilities and the data is available for validation before
reaching QApplication.
QUIP: 23
Fixes: QTBUG-140349
Task-number: QTBUG-135741
Pick-to: 6.10 6.8
Change-Id: Iadb7b4b8f516f89b70999b9ae8993d75084a5adb
Reviewed-by: Volker Hilsheimer <[email protected]>
Reviewed-by: Edward Welbourne <[email protected]>
Diffstat (limited to 'src/widgets/kernel/qapplication.cpp')
-rw-r--r-- | src/widgets/kernel/qapplication.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp index 7593218a7f0..1a0c2a047f2 100644 --- a/src/widgets/kernel/qapplication.cpp +++ b/src/widgets/kernel/qapplication.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 "qplatformdefs.h" #include "qabstracteventdispatcher.h" |