diff options
| author | Matthias Rauter <matthias.rauter@qt.io> | 2025-07-18 12:57:56 +0200 |
|---|---|---|
| committer | Matthias Rauter <matthias.rauter@qt.io> | 2025-08-04 08:25:28 +0200 |
| commit | a795b442638f35faab15c1b6d06d268948865f56 (patch) | |
| tree | 9acba88cda37a6fecd76b29525cd240642a9f270 /src/corelib/thread/qmutex.cpp | |
| parent | 8ac505b29820c09100ff3efd0c2be4f7b5a71d08 (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/qmutex.cpp')
| -rw-r--r-- | src/corelib/thread/qmutex.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/thread/qmutex.cpp b/src/corelib/thread/qmutex.cpp index 832d87332b0..719849fa6a5 100644 --- a/src/corelib/thread/qmutex.cpp +++ b/src/corelib/thread/qmutex.cpp @@ -2,6 +2,7 @@ // Copyright (C) 2016 Intel Corporation. // Copyright (C) 2012 Olivier Goffart <ogoffart@woboq.com> // 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 #include "global/qglobal.h" #include "qplatformdefs.h" |
