diff options
Diffstat (limited to 'src/common-lib')
-rw-r--r-- | src/common-lib/configcache.cpp | 1 | ||||
-rw-r--r-- | src/common-lib/qtyaml.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common-lib/configcache.cpp b/src/common-lib/configcache.cpp index 1fa8bb07..e3c04170 100644 --- a/src/common-lib/configcache.cpp +++ b/src/common-lib/configcache.cpp @@ -1,6 +1,7 @@ // Copyright (C) 2021 The Qt Company Ltd. // Copyright (C) 2019 Luxoft Sweden AB // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only +// Qt-Security score:critical reason:data-parser #include <QDebug> #include <QFile> diff --git a/src/common-lib/qtyaml.cpp b/src/common-lib/qtyaml.cpp index afa22476..0a15f88f 100644 --- a/src/common-lib/qtyaml.cpp +++ b/src/common-lib/qtyaml.cpp @@ -2,6 +2,7 @@ // Copyright (C) 2019 Luxoft Sweden AB // Copyright (C) 2018 Pelagicore AG // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only +// Qt-Security score:critical reason:data-parser #include <charconv> |