Skip to content

MSDKANDRD-1676 Added base JWT explorer view structure

The merge request has encountered several issues in the pipelines, and it's important to address them before proceeding further. Let's break down the key points:

Test Parallelization: The pipeline is failing due to issues related to test parallelization. The cause of this error could be a misconfiguration or an incorrect evaluation of the number of parallel tests. We should review the test configuration and ensure that it aligns with the project's requirements.

Dependency Version Verification: There's a job responsible for verifying the status of the project's dependencies. Before proceeding with any updates, it's essential to have a discussion with the administrator team. We need to determine whether it's the right time to update the dependencies or if we should maintain the current versions to stay focused on the current project scope (Sample app refactor).

Security Report: The third failing job is related to the MobSF report. It's worth noting that this branch contains an updated version of Cardinal, a library used in our codebase. However, this update has introduced a significant issue in the content provider, which could potentially lead to data exposure. We need to investigate and address this security concern promptly.

Webview Usage: The MobSF report is highlighting the usage of the webview, which is contributing to a high value. It's important to clarify that the webview is necessary for the JWT Explorer's operation. We should document this requirement to provide context for the high value in the report.

Edited by Josue Amador Rodriguez

Merge request reports