diff options
author | Eirik Aavitsland <[email protected]> | 2025-03-11 12:43:10 +0100 |
---|---|---|
committer | Eirik Aavitsland <[email protected]> | 2025-03-12 06:11:07 +0100 |
commit | 523973f16b378956d41a33f4d270e6aa70f025da (patch) | |
tree | 660a2fc886d4d4133641f794a7608207636afd9f | |
parent | 5157ce7c59b704bd080908f24c6ccdf7cb585eeb (diff) |
Add Qt-Security tag for ICC profile parsing
According to QUIP-23
Pick-to: 6.8 6.9
Change-Id: I7c7b24d8a2d0ca8ae0b330573839723497fdfd38
Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]>
-rw-r--r-- | src/gui/painting/qicc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/painting/qicc.cpp b/src/gui/painting/qicc.cpp index c40d4ea4bfb..e974ce09230 100644 --- a/src/gui/painting/qicc.cpp +++ b/src/gui/painting/qicc.cpp @@ -1,5 +1,6 @@ // Copyright (C) 2024 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 "qicc_p.h" |