From 64fe7d29760487b6f8b0510c20da3da065ed66bd Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Mon, 15 Sep 2025 13:38:08 +0200 Subject: Add security headers for src/gui/tools/ As defined in QUIP 23, security critical files should be marked with Qt-Security score:critical. This change also marks all non-critical files as significant (the default) to make it clear that all files have been considered. Fixes: QTBUG-134618 Pick-to: 6.10 6.9 6.8 Change-Id: Iecdc4ffd745116a9a8674acfd5d36b5948dcbaa3 Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/gui/util/qundostack.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/util/qundostack.cpp') diff --git a/src/gui/util/qundostack.cpp b/src/gui/util/qundostack.cpp index 403833d421a..fdd5b07a8d4 100644 --- a/src/gui/util/qundostack.cpp +++ b/src/gui/util/qundostack.cpp @@ -1,5 +1,6 @@ // Copyright (C) 2020 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 #include "qundostack.h" -- cgit v1.2.3