summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttp2protocolhandler.cpp
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2025-06-19 10:33:59 +0200
committerMårten Nordheim <marten.nordheim@qt.io>2025-07-28 18:50:50 +0200
commit4b7accf8dc4242f2e3b4d4edac4e1364c38dade7 (patch)
tree8ccefa2b3bad168cb99dcc4e5770be7933b230b5 /src/network/access/qhttp2protocolhandler.cpp
parent3c2653b448c50b21280adc01cbcf46387c2a3051 (diff)
CRA[network/access]: Mark some more critical files
The files parse data received from the network and/or otherwise make decisions based on the data received. Task-number: QTBUG-135582 Pick-to: 6.10 6.9 6.8 Change-Id: I35876cc1f4030b386d8400bc63597f35c23434ef Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/network/access/qhttp2protocolhandler.cpp')
-rw-r--r--src/network/access/qhttp2protocolhandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/access/qhttp2protocolhandler.cpp b/src/network/access/qhttp2protocolhandler.cpp
index 3697a003aad..137ab125c20 100644
--- a/src/network/access/qhttp2protocolhandler.cpp
+++ b/src/network/access/qhttp2protocolhandler.cpp
@@ -1,5 +1,6 @@
// Copyright (C) 2016 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:network-protocol
#include "access/http2/http2protocol_p.h"
#include "access/qhttp2connection_p.h"