summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagdalena Stojek <[email protected]>2025-06-19 12:37:06 +0200
committerIvan Solovev <[email protected]>2025-06-27 07:04:50 +0000
commita5722944bea247159f1d105c0bf767b9bf19cf21 (patch)
tree6977c925f295c7b71ed7e58176d3468914ce0730
parent934a9345f703640f57b6cf65ba00eddd8487ac65 (diff)
Mark qtbase/src/xml files as security criticalHEADdev
qdom.cpp and qdomhelpers.cpp are data parsers. Fixes: QTBUG-135587 Pick-to: 6.10 6.9 6.8 Change-Id: I3ea77f46f91d5e05d7d6ce88f416e3062f8096ea Reviewed-by: Ivan Solovev <[email protected]>
-rw-r--r--src/xml/dom/qdom.cpp1
-rw-r--r--src/xml/dom/qdomhelpers.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/xml/dom/qdom.cpp b/src/xml/dom/qdom.cpp
index f3c7e2d9938..a6a502e5b47 100644
--- a/src/xml/dom/qdom.cpp
+++ b/src/xml/dom/qdom.cpp
@@ -1,5 +1,6 @@
// Copyright (C) 2016 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 <qplatformdefs.h>
#include <qdom.h>
diff --git a/src/xml/dom/qdomhelpers.cpp b/src/xml/dom/qdomhelpers.cpp
index c41529f289d..dae25aa07d0 100644
--- a/src/xml/dom/qdomhelpers.cpp
+++ b/src/xml/dom/qdomhelpers.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 <QtXml/qtxmlglobal.h>