diff options
| author | Matthias Rauter <matthias.rauter@qt.io> | 2025-06-19 10:29:54 +0200 |
|---|---|---|
| committer | Matthias Rauter <matthias.rauter@qt.io> | 2025-07-14 12:38:33 +0200 |
| commit | c0411eac4bc7cfb60fed98c05bd8beac77a18641 (patch) | |
| tree | edeb79f0acdfe4a6a2069fa93efdf35ae153d68a /src/corelib/io/qfilesystemengine.cpp | |
| parent | f08898ffdbb7f5ffa710512efbf1f6b6a5ba7962 (diff) | |
Add security header to QFileSystemEngine files
Many files related to QFileSystemEngine inspect of modify file names.
These can potentially come from untrusted sources and the files are
therefore marked as critical. Files without such code are marked
significant.
QUIP: 23
Pick-to: 6.10 6.9 6.8
Task-number: QTBUG-135187
Change-Id: If39baea95aa68fea1b582ad5854469775b901a7b
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'src/corelib/io/qfilesystemengine.cpp')
| -rw-r--r-- | src/corelib/io/qfilesystemengine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/io/qfilesystemengine.cpp b/src/corelib/io/qfilesystemengine.cpp index c69ac381020..03da2331e05 100644 --- a/src/corelib/io/qfilesystemengine.cpp +++ b/src/corelib/io/qfilesystemengine.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:data-parser #include "qfilesystemengine_p.h" #include <QtCore/qdir.h> |
