summaryrefslogtreecommitdiffstats
path: root/src/network/access/qrestreply.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/qrestreply.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/qrestreply.cpp')
-rw-r--r--src/network/access/qrestreply.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/access/qrestreply.cpp b/src/network/access/qrestreply.cpp
index 204ecf65537..97024885748 100644
--- a/src/network/access/qrestreply.cpp
+++ b/src/network/access/qrestreply.cpp
@@ -1,5 +1,6 @@
// Copyright (C) 2023 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 "qrestreply.h"
#include "qrestreply_p.h"