diff options
-rw-r--r-- | src/gui/util/qastchandler.cpp | 1 | ||||
-rw-r--r-- | src/gui/util/qktxhandler.cpp | 1 | ||||
-rw-r--r-- | src/gui/util/qpkmhandler.cpp | 1 | ||||
-rw-r--r-- | src/gui/util/qtexturefiledata.cpp | 1 |
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" |