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.8
Change-Id: I3c97813d4fba719e7972693510a0b9a78cb1348f
Reviewed-by: Lorn Potter <lorn.potter@qt.io>
(cherry picked from commit 26d950bb7790ab0b4822bfe91d2a6e3daf0cb3d8)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Even Oscar Andersen 2025-03-11 08:12:52 +01:00 committed by Qt Cherry-pick Bot
parent 1001ff9b94
commit 7d1903a5d9

View File

@ -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"