summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthreadpool.h
diff options
context:
space:
mode:
authorMatthias Rauter <matthias.rauter@qt.io>2025-07-18 12:57:56 +0200
committerMatthias Rauter <matthias.rauter@qt.io>2025-08-04 08:25:28 +0200
commita795b442638f35faab15c1b6d06d268948865f56 (patch)
tree9acba88cda37a6fecd76b29525cd240642a9f270 /src/corelib/thread/qthreadpool.h
parent8ac505b29820c09100ff3efd0c2be4f7b5a71d08 (diff)
Mark all files in corelib/thread security significant
None of the files in this folder handle untrusted inputs, implement a protocol or cryptographic logic or execute external code. While bugs in threading, atomics, and locks might lead to security issues, there is no elevated risk and exposure of these classes and methods. Therefore they are marked significant. Pick-to: 6.10 6.9 6.8 Fixes: QTBUG-135196 Change-Id: If336b6f8a920b3d41b4c4e57f1bff36e2b392739 Reviewed-by: Dimitrios Apostolou <jimis@qt.io> Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'src/corelib/thread/qthreadpool.h')
-rw-r--r--src/corelib/thread/qthreadpool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/thread/qthreadpool.h b/src/corelib/thread/qthreadpool.h
index 2fbdd5e8263..921ea9f8b09 100644
--- a/src/corelib/thread/qthreadpool.h
+++ b/src/corelib/thread/qthreadpool.h
@@ -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:significant reason:default
#ifndef QTHREADPOOL_H
#define QTHREADPOOL_H