diff options
| author | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2025-09-17 16:07:54 +0200 |
|---|---|---|
| committer | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2025-09-18 15:55:06 +0200 |
| commit | c0e526f70f58c9b70fea1b9426d14b18f1f0066c (patch) | |
| tree | bb1dd1b2619acb39eb42e5bcbc59218f5e84dede /src/widgets/graphicsview/qgraphicsview.cpp | |
| 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 <piotr.wiercinski@qt.io>
Diffstat (limited to 'src/widgets/graphicsview/qgraphicsview.cpp')
| -rw-r--r-- | src/widgets/graphicsview/qgraphicsview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/graphicsview/qgraphicsview.cpp b/src/widgets/graphicsview/qgraphicsview.cpp index 60ccdc15a89..10f75774b83 100644 --- a/src/widgets/graphicsview/qgraphicsview.cpp +++ b/src/widgets/graphicsview/qgraphicsview.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 static const int QGRAPHICSVIEW_REGION_RECT_THRESHOLD = 50; |
