Prepared by XYSec Labs Pte. Ltd. Portions of this document and the templates used in its production are the property of XYSec Labs Pte. Ltd. and cannot be copied without permission.
While precautions have been taken in the preparation of this document, XYSec Labs Pte. Ltd., the publisher, and the author(s) assume no responsibility for errors, omissions, or for damages resulting from the use of the information contained herein. Use of XYSec Labs Pte. Ltd. services does not guarantee the security of a system, or that intrusions will not occur.
Application Name | {{file.name}} |
Platform | {{file.project.get_platform_display}} |
Application Namespace | {{file.name}} |
Version | {{file.version}} |
Audit Date | {{file.updated_on}} |
Application SHA1 Hash | {{file.sha1hash}} |
Application MD5 Hash | {{file.md5hash}} |
Report Summary |
Audit Summary |
Appknox Security Rating |
{{ analysis.vulnerability.heading }} |
{{ subheading.heading }} |
Noncompliant Code Example |
Compliant Solution |
Business Implication |
Related Vulnerabilities |
Appknox conducted a security assessment of the mobile application for the {{ file.project.get_platform_display }} platform. This report contains all the findings during the automated auditing process. It also contains the process of discovering those vulnerabilities in the first place, and ways to remediate those issues.
{{ analysis.vulnerability.name }}{{ analysis.vulnerability.description }} | {{ analysis.get_risk_display }} Risk |
Priority Level | Number of failed test cases |
High Risk | {{ file.risk_count_high }} |
Medium Risk | {{ file.risk_count_medium }} |
Low Risk | {{ file.risk_count_low }} |
Appknox Security Rating: {{ rating }}% Unsecured
{{ analysis.vulnerability.description | escape }}
{% for finding in analysis.findings %} {% if finding.title %}{{ finding.description | escape }}
{% endfor %}