

{% load i18n %}
{% trans "Prepared by " %}{% if whitelabel.enabled and whitelabel.name %}{{ whitelabel.name }}{% trans ", powered by " %}{% endif %}{% trans "Appknox. Portions of this document and the templates used in its production are the property of " %}{% if whitelabel.enabled and whitelabel.name %}{{ whitelabel.name }}{% else %}{% trans "Appknox" %}{% endif %}{% trans " and cannot be copied without permission." %}
{% trans "While precautions have been taken in the preparation of this document, 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 Appknox services does not guarantee the security of a system, or that intrusions will not occur." %}
{% trans "Application Name" %} | {{file.name}} |
{% trans "Platform" %} | {{file.project.get_platform_display}} |
{% trans "Application Namespace" %} | {{file.project.package_name}} |
{% trans "Version" %} | {{file.version}} |
{% trans "Audit Date" %} | {{ date }} |
{% trans "Application SHA1 Hash" %} | {{file.sha1hash}} |
{% trans "Application MD5 Hash" %} | {{file.md5hash}} |
{% trans "Report Summary" %} |
{% trans "Audit Summary" %} |
{% trans "Appknox Security Rating" %} |
{{ analysis.vulnerability.name }} |
{% trans "Noncompliant Code Example" %} |
{% trans "Compliant Solution" %} |
{% trans "Business Implication" %} |
{% trans "Related Vulnerabilities" %} |
{% if whitelabel.enabled and whitelabel.name %}{{ whitelabel.name }}{% trans ", powered by " %}{% endif %}{% trans "Appknox" %}{% if whitelabel.enabled and whitelabel.name %}{% trans "," %}{% endif %}{% trans " conducted a security assessment of the mobile application. 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 | safe }} | {{ analysis.get_risk_display }} Risk |
{% trans "Priority Level" %} | {% trans "Number of failed test cases" %} |
{% trans "Critical Risk" %} | {{ file.risk_count_critical }} |
{% trans "High Risk" %} | {{ file.risk_count_high }} |
{% trans "Medium Risk" %} | {{ file.risk_count_medium }} |
{% trans "Low Risk" %} | {{ file.risk_count_low }} |
{% trans "Appknox Security Rating:" %} {{ rating }}% {% trans "Unsecured" %}
{% trans "Risk Rating" %} : {{ analysis.get_risk_display }} | {% for type in analysis.vulnerability.types %} {{type}}{% endfor %} |
{% trans "OWASP CATEGORY" %} ℹ {% for metric in analysis.owasp_categories %} {{ metric.code }}: {{ metric.title }} {% endfor %} | {% endif %}
{% if analysis.show_cvss %}{% trans "CVSS SCORE" %}{{analysis.cvss_base}}CVSSv3 | {% trans "CVSS VECTOR" %}
| {% endif %}
{{ analysis.vulnerability.description | safe }}
{% for finding in analysis.findings %} {% if finding.title %}{{ finding.description | escape }}
{% endfor %}