Mark QCryptographicHash and QMAC as security-critical

If these classes aren't security-criticial, what is?

Amends 8df072fc8006510c9b743e8ffedaaf51a876883a.

QUIP: 23
Task-number: QTBUG-135198
Pick-to: 6.9 6.8
Change-Id: I50f4ab8139948be57107d27eb2a0b7eb9f898e32
Reviewed-by: Matthias Rauter <matthias.rauter@qt.io>
This commit is contained in:
Marc Mutz 2025-03-11 11:50:30 +01:00
parent ef8d3e91d8
commit 25cc585a13

View File

@ -2,6 +2,7 @@
// Copyright (C) 2013 Ruslan Nigmatullin <euroelessar@yandex.ru>
// Copyright (C) 2013 Richard J. Moore <rich@kde.org>.
// 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:cryptography
#include <qcryptographichash.h>
#include <qmessageauthenticationcode.h>