diff options
| author | Volker Hilsheimer <[email protected]> | 2025-09-17 16:07:54 +0200 | 
|---|---|---|
| committer | Volker Hilsheimer <[email protected]> | 2025-09-18 15:55:06 +0200 | 
| commit | c0e526f70f58c9b70fea1b9426d14b18f1f0066c (patch) | |
| tree | bb1dd1b2619acb39eb42e5bcbc59218f5e84dede /src/widgets/graphicsview/qgraphicslayout_p.h | |
| parent | 6755d9ad447807626713f9378a340794aadf30b0 (diff) | |
Add security tags to the Qt GraphicsView framework
Tag all sources with the default, 'significant'. The framework only
processes data provided by the application in form of items or
structured data types, and doesn't access any data that's outside the
application's direct control.
QUIP: 23
Fixes: QTBUG-135738
Pick-to: 6.10 6.9 6.8
Change-Id: I4f075da3fbda2970f58af21e4b93842ca764ddec
Reviewed-by: Piotr WierciĆski <[email protected]>
Diffstat (limited to 'src/widgets/graphicsview/qgraphicslayout_p.h')
| -rw-r--r-- | src/widgets/graphicsview/qgraphicslayout_p.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/graphicsview/qgraphicslayout_p.h b/src/widgets/graphicsview/qgraphicslayout_p.h index 06eab2ba500..775b28d8bf1 100644 --- a/src/widgets/graphicsview/qgraphicslayout_p.h +++ b/src/widgets/graphicsview/qgraphicslayout_p.h @@ -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  #ifndef QGRAPHICSLAYOUT_P_H  #define QGRAPHICSLAYOUT_P_H  | 
