From 01cd43d30e3ca2c4dd94a4a4711604adb9417517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Arve=20S=C3=A6ther?= Date: Tue, 16 Sep 2025 15:35:55 +0200 Subject: 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 --- src/quickcontrols/ios/impl/qquickioscursorflashtimer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/quickcontrols/ios/impl/qquickioscursorflashtimer.cpp') diff --git a/src/quickcontrols/ios/impl/qquickioscursorflashtimer.cpp b/src/quickcontrols/ios/impl/qquickioscursorflashtimer.cpp index 8ae88b2a90..f62f7e6a4a 100644 --- a/src/quickcontrols/ios/impl/qquickioscursorflashtimer.cpp +++ b/src/quickcontrols/ios/impl/qquickioscursorflashtimer.cpp @@ -1,5 +1,6 @@ // Copyright (C) 2022 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 "qquickioscursorflashtimer_p.h" #include -- cgit v1.2.3