summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2025-09-26 09:59:31 +0200
committerMarc Mutz <marc.mutz@qt.io>2025-09-26 18:23:44 +0200
commit61a9510eac1bed6f61fa69316f82491fe824c9d5 (patch)
tree902735322270b700fb98ceb4fcf1e03323339dcb /src
parentf7fd1f55ccb1ae277a8daaaa6a1ee3e64bd4872b (diff)
Mark Unicode data explicitly not security-critical
The qt_attribution.json file did not contain the "SecurityCritical" key, so its value defaults to false. Explicitly include the key with value false to indicate that it wasn't merely forgotten. Task-number: QTBUG-135195 Pick-to: 6.10 6.8 Change-Id: I1ea3cb3c990365822bd3f53a00ecf1c0d6b79ffb Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/text/qt_attribution.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/text/qt_attribution.json b/src/corelib/text/qt_attribution.json
index d6075b72438..1ab62ae8e9a 100644
--- a/src/corelib/text/qt_attribution.json
+++ b/src/corelib/text/qt_attribution.json
@@ -4,6 +4,7 @@
"Name": "Unicode Character Database (UCD)",
"QDocModule": "qtcore",
"QtUsage": "Qt Core uses data obtained from UCD files for working with characters and strings.",
+ "SecurityCritical": false,
"Comment": {
"Files": "For update, see qtbase/util/unicode/README",
"General": "no relevant CPE and PURL found"
@@ -27,6 +28,7 @@
"Name": "Unicode Common Locale Data Repository (CLDR)",
"QDocModule": "qtcore",
"QtUsage": "Used in Qt Core (QTimeZone, QLocale).",
+ "SecurityCritical": false,
"Comment": {
"Files": "For update, see qtbase/util/locale_database/cldr2qlocalexml.py",
"General": "no relevant CPE and PURL found"