From 3645862635a8b562cd1630c7f1fe8df9afa80f80 Mon Sep 17 00:00:00 2001 From: Dennis Oberst Date: Wed, 9 Apr 2025 18:23:28 +0200 Subject: [PATCH] qtgrpc: mark security critical source files Reviewed and marked all security critical files in the qtgrpc/src directory. More information: https://contribute.qt-project.org/quips/23 Fixes: QTBUG-135455 Change-Id: Iad313dfe4b5b168d56954e58ab30e0e411ab6de5 Reviewed-by: Alexey Edelev --- src/grpc/qgrpchttp2channel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/grpc/qgrpchttp2channel.cpp b/src/grpc/qgrpchttp2channel.cpp index b46ca174..abb9162a 100644 --- a/src/grpc/qgrpchttp2channel.cpp +++ b/src/grpc/qgrpchttp2channel.cpp @@ -1,6 +1,7 @@ // Copyright (C) 2022 The Qt Company Ltd. // Copyright (C) 2019 Alexey Edelev , Viktor Kopp // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only +// Qt-Security score:critical reason:network-protocol #include #include