diff options
| author | Jan Arve Sæther <jan-arve.saether@qt.io> | 2025-09-16 15:35:55 +0200 |
|---|---|---|
| committer | Jan Arve Sæther <jan-arve.saether@qt.io> | 2025-09-17 15:31:14 +0200 |
| commit | 01cd43d30e3ca2c4dd94a4a4711604adb9417517 (patch) | |
| tree | 035029ce5fd3d6e0951f08ab05a817a6052dd2b1 /src/quickdialogs/quickdialogsquickimpl/qquickplatformfolderdialog.cpp | |
| parent | 249e7f768fb7b4e11c90d2ece022738dd1d36b02 (diff) | |
Set explicit default security level of all files with default security
The files (folders) already processed are listed in each issue in epic
QTBUG-134547
These files were processed half a year ago. In order to make it clear
that all of these files are already processed, mark them with an
explicit default security header.
For the record, this was generated with this script:
find -E . -regex ".*\.(cpp|h|hpp|mm|qml|js)$" | xargs python3 ~/bin/add-cra-header.py
in the folders listed in each subtask of QTBUG-134547
(add-cra-header.py only exist at my desktop, but it simply adds the
default security header if it doesn't already have any existing security
header)
QUIP: 23
Fixes: QTBUG-134547
Pick-to: 6.10 6.9 6.8
Change-Id: Ieb8c78ea6561fdbdd27c7b13185ece853eedf80f
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
Diffstat (limited to 'src/quickdialogs/quickdialogsquickimpl/qquickplatformfolderdialog.cpp')
| -rw-r--r-- | src/quickdialogs/quickdialogsquickimpl/qquickplatformfolderdialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quickdialogs/quickdialogsquickimpl/qquickplatformfolderdialog.cpp b/src/quickdialogs/quickdialogsquickimpl/qquickplatformfolderdialog.cpp index 849fe4b042..2557712c0f 100644 --- a/src/quickdialogs/quickdialogsquickimpl/qquickplatformfolderdialog.cpp +++ b/src/quickdialogs/quickdialogsquickimpl/qquickplatformfolderdialog.cpp @@ -1,5 +1,6 @@ // Copyright (C) 2021 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 "qquickplatformfolderdialog_p.h" |
