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 <lorn.potter@qt.io>
This commit is contained in:
Even Oscar Andersen 2025-03-11 08:12:52 +01:00
parent ea3d2b24c4
commit 26d950bb77

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"