summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qunicodetools.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2025-09-26 10:08:40 +0200
committerMarc Mutz <marc.mutz@qt.io>2025-09-26 18:23:44 +0200
commit067883abcf39b806fd0d1f79190c6d45cd6dd34f (patch)
treeee5b3a91cee2cfda2eda07d28c49ec66471c63ed /src/corelib/text/qunicodetools.cpp
parent61a9510eac1bed6f61fa69316f82491fe824c9d5 (diff)
Mark QUnicodeTools as security-critical
The code implemenents the Unicode boundary finding algorithm, so it's security-critical with the same rationale as QStringMatcher. The header file contains only declarations, so is significant-only. Task-number: QTBUG-135195 Pick-to: 6.10 6.8 Change-Id: I5d99fc25d50b639f2bef3a93e6fa83be13208bda Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'src/corelib/text/qunicodetools.cpp')
-rw-r--r--src/corelib/text/qunicodetools.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/text/qunicodetools.cpp b/src/corelib/text/qunicodetools.cpp
index 332f24773e5..14c611bdb5b 100644
--- a/src/corelib/text/qunicodetools.cpp
+++ b/src/corelib/text/qunicodetools.cpp
@@ -1,5 +1,6 @@
// Copyright (C) 2020 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 "qunicodetools_p.h"