From 8df072fc8006510c9b743e8ffedaaf51a876883a Mon Sep 17 00:00:00 2001 From: Dimitrios Apostolou Date: Thu, 13 Jun 2024 10:12:26 +0200 Subject: Mark some security sensitive files in corelib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mark some files in corelib that possibly parse untrusted data, following acceptance of QUIP-23. Change-Id: Idc2354edb7d2a94d0267dbb3398b9ab6e3a48525 Reviewed-by: Volker Hilsheimer Reviewed-by: Edward Welbourne Reviewed-by: Kai Köhne --- src/corelib/time/qdatetime.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib/time/qdatetime.cpp') diff --git a/src/corelib/time/qdatetime.cpp b/src/corelib/time/qdatetime.cpp index c1822575d8d..f7523dc3856 100644 --- a/src/corelib/time/qdatetime.cpp +++ b/src/corelib/time/qdatetime.cpp @@ -1,6 +1,7 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2021 Intel Corporation. // 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 "qdatetime.h" -- cgit v1.2.3