From 26d950bb7790ab0b4822bfe91d2a6e3daf0cb3d8 Mon Sep 17 00:00:00 2001 From: Even Oscar Andersen Date: Tue, 11 Mar 2025 08:12:52 +0100 Subject: [PATCH] Add security header for qaccessible.cpp The text interface, like textAtOffset, parses data coming in from the user. Therefor tagging as security critical. Task-number: QTBUG-134483 Pick-to: 6.9 6.8 Change-Id: I3c97813d4fba719e7972693510a0b9a78cb1348f Reviewed-by: Lorn Potter --- src/gui/accessible/qaccessible.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/accessible/qaccessible.cpp b/src/gui/accessible/qaccessible.cpp index e1d62c34a0b..510931b4760 100644 --- a/src/gui/accessible/qaccessible.cpp +++ b/src/gui/accessible/qaccessible.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 "qaccessible.h"