diff options
| author | Assam Boudjelthia <assam.boudjelthia@qt.io> | 2025-07-12 18:00:30 +0300 |
|---|---|---|
| committer | Assam Boudjelthia <assam.boudjelthia@qt.io> | 2025-07-14 16:17:11 +0000 |
| commit | 8c626ad667ef50a610acc04403a908fbd068a654 (patch) | |
| tree | e17e95b47c12d3cf85eb55882e6be732b9fc3435 /src/plugins/platforms/android/androidcontentfileengine.cpp | |
| parent | fbb80d525f0cc6639394cf7bc2a4163b028fb77f (diff) | |
CRA: rectify androidcontentfileengine.cpp and extract.cpp files
Under androidcontentfileengine.cpp, mainly parsing and
encoding/decoding of file paths are done, so a more
accurate reason is data-parser instead of file-handling.
Under extract.cpp, the criticality is not very accurate
either, as the only way we're using this code is to extract
Android system style, and it's not expected to have security
concerns or be affected by a 3rd party.
Amends a6caa394ba49cb58cc07613f9a5fc6bfb5975e3b.
Pick-to: 6.10 6.9 6.8
Task-number: QTBUG-136818
Task-number: QTBUG-135178
Task-number: QTBUG-136816
Change-Id: Id582d92befb000afbe4d9b01f79ef220e274711e
Reviewed-by: Dimitrios Apostolou <jimis@qt.io>
Diffstat (limited to 'src/plugins/platforms/android/androidcontentfileengine.cpp')
| -rw-r--r-- | src/plugins/platforms/android/androidcontentfileengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/android/androidcontentfileengine.cpp b/src/plugins/platforms/android/androidcontentfileengine.cpp index 6c02a73e7c8..7efe4d52d4c 100644 --- a/src/plugins/platforms/android/androidcontentfileengine.cpp +++ b/src/plugins/platforms/android/androidcontentfileengine.cpp @@ -1,7 +1,7 @@ // Copyright (C) 2019 Volker Krause <vkrause@kde.org> // Copyright (C) 2022 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:file-handling +// Qt-Security score:critical reason:data-parser #include "androidcontentfileengine.h" |
