diff options
| author | Santhosh Kumar <santhosh.kumar.selvaraj@qt.io> | 2025-09-16 10:22:26 +0200 |
|---|---|---|
| committer | Santhosh Kumar <santhosh.kumar.selvaraj@qt.io> | 2025-09-17 15:31:14 +0200 |
| commit | 9ba8506e1b9eb15d17f9694f31e92bd12f134881 (patch) | |
| tree | 894eccfb793774cd37c0af4ade51f3932273181b /src/labs/folderlistmodel/qquickfolderlistmodel.cpp | |
| parent | 43f7c0d5703242eff085a125fc05cdbb39d630ef (diff) | |
Make security header for the qt labs folderlistmodel
The FolderListModel operates with QFileInfo and QUrl interfaces to
provide file information in the provided path. The path used needs to be
validated by the application developer for any illegitimate access.
QUIP: 23
Task-number: QTBUG-136184
Pick-to: 6.10 6.9 6.8
Change-Id: I50a4737aa9193a5b9996a37cd865c49de7b84121
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
Diffstat (limited to 'src/labs/folderlistmodel/qquickfolderlistmodel.cpp')
| -rw-r--r-- | src/labs/folderlistmodel/qquickfolderlistmodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/labs/folderlistmodel/qquickfolderlistmodel.cpp b/src/labs/folderlistmodel/qquickfolderlistmodel.cpp index 4f7f6d546f..a1f8a09778 100644 --- a/src/labs/folderlistmodel/qquickfolderlistmodel.cpp +++ b/src/labs/folderlistmodel/qquickfolderlistmodel.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:significant reason:default //![code] #include "qquickfolderlistmodel_p.h" |
