summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEirik Aavitsland <[email protected]>2025-03-11 16:57:00 +0100
committerEirik Aavitsland <[email protected]>2025-03-15 00:12:29 +0000
commit5ef9b4efe128b4c26845c9e1f19e3e9be429c19c (patch)
treea8fb24f56d533b52d3f408f0a3c9dffff3da77c1
parenteeefa8c27894652b7d3572d6c9654ca7972068a7 (diff)
Add Qt-Security tags to texture file reading code
According to QUIP-23 Pick-to: 6.9 6.8 Change-Id: I286f76e72a253b67b033a88d24bacdefb714e58f Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]>
-rw-r--r--src/gui/util/qastchandler.cpp1
-rw-r--r--src/gui/util/qktxhandler.cpp1
-rw-r--r--src/gui/util/qpkmhandler.cpp1
-rw-r--r--src/gui/util/qtexturefiledata.cpp1
4 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/util/qastchandler.cpp b/src/gui/util/qastchandler.cpp
index ec8b92f5571..b587b58bbeb 100644
--- a/src/gui/util/qastchandler.cpp
+++ b/src/gui/util/qastchandler.cpp
@@ -1,5 +1,6 @@
// Copyright (C) 2019 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:critical reason:data-parser
#include "qastchandler_p.h"
#include "qtexturefiledata_p.h"
diff --git a/src/gui/util/qktxhandler.cpp b/src/gui/util/qktxhandler.cpp
index 2c37c2f5f5f..ae4c794d10a 100644
--- a/src/gui/util/qktxhandler.cpp
+++ b/src/gui/util/qktxhandler.cpp
@@ -1,5 +1,6 @@
// Copyright (C) 2017 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:critical reason:data-parser
#include "qktxhandler_p.h"
#include "qtexturefiledata_p.h"
diff --git a/src/gui/util/qpkmhandler.cpp b/src/gui/util/qpkmhandler.cpp
index d84ce2ce7fd..be502751b4b 100644
--- a/src/gui/util/qpkmhandler.cpp
+++ b/src/gui/util/qpkmhandler.cpp
@@ -1,5 +1,6 @@
// Copyright (C) 2017 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:critical reason:data-parser
#include "qpkmhandler_p.h"
#include "qtexturefiledata_p.h"
diff --git a/src/gui/util/qtexturefiledata.cpp b/src/gui/util/qtexturefiledata.cpp
index e1fa900b849..f31596772d1 100644
--- a/src/gui/util/qtexturefiledata.cpp
+++ b/src/gui/util/qtexturefiledata.cpp
@@ -1,5 +1,6 @@
// Copyright (C) 2018 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:critical reason:data-parser
#include "QtGui/qimage.h"
#include "qtexturefiledata_p.h"