{{ file.project.get_platform_display }} {% trans "Security Report" %}
{% trans "For Internal Purpose" %}
{% trans "Prepared For" %}: {{file.name}}

{% trans "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." %}

{% trans "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." %}

{% trans "Application Details" %}
{% trans "Application Name" %}{{file.name}}
{% trans "Platform" %}{{file.project.get_platform_display}}
{% trans "Application Namespace" %}{{file.name}}
{% trans "Version" %}{{file.version}}
{% trans "Audit Date" %}{{file.updated_on}}
{% trans "Application SHA1 Hash" %}{{file.sha1hash}}
{% trans "Application MD5 Hash" %}{{file.md5hash}}

{% trans "Table Of Contents" %}

{% for analysis in file.sorted_analyses %} {% if analysis.risk > RiskEnum.PASSED %}{% for subheading in analysis.vulnerability.sub_headings.all %}{% endfor %} {% if analysis.vulnerability.non_compliant %}{% endif %} {% if analysis.vulnerability.compliant %}{% endif %} {% if analysis.vulnerability.business_implication %}{% endif %} {% if analysis.vulnerability.related_to %}{% endif %} {% endif %} {% endfor %}
{% trans "Report Summary" %}
{% trans "Audit Summary" %}
{% trans "Appknox Security Rating" %}
{{ analysis.vulnerability.heading }}
{{ subheading.heading }}
{% trans "Noncompliant Code Example" %}
{% trans "Compliant Solution" %}
{% trans "Business Implication" %}
{% trans "Related Vulnerabilities" %}

{% trans "Report Summary" %}

{% trans "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." %}

{% trans "Audit Summary" %}
{% for analysis in file.sorted_analyses %}{% endfor %}
{{ analysis.vulnerability.name }}

{{ analysis.vulnerability.description }}

{{ 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" %}

{% trans "Appknox Security Rating:" %} {{ rating }}% {% trans "Unsecured" %}

{% for analysis in file.sorted_analyses %} {% if analysis.risk > RiskEnum.PASSED %}

{{ analysis.vulnerability.heading }}

{{ analysis.vulnerability.intro | safe }}
{% trans "Risk Rating" %} : {{ analysis.get_risk_display }}
{% if analysis.show_cvss %}
    {% for metric in analysis.cvss_metrics_humanized %}
  • {{metric.key}} : {{metric.value}}
  • {% endfor %}

{{analysis.cvss_base}}

CVSSv3
{% endif %}
{% trans "Risk Assessment" %}

{{ analysis.vulnerability.description | escape }}

{% for finding in analysis.findings %} {% if finding.title %}

{{ finding.title | safe }}

{% endif %}
{{ finding.description | escape }}
{% endfor %}
{% for subheading in analysis.vulnerability.sub_headings.all %}
{{ subheading.heading }}
{{ subheading.content | safe }}
{% endfor %} {% if analysis.vulnerability.non_compliant %}
{% trans "Noncompliant Code Example" %}
{{ analysis.vulnerability.non_compliant | safe }}
{% endif %} {% if analysis.vulnerability.compliant %}
{% trans "Compliant Solution" %}
{{ analysis.vulnerability.compliant | safe }}
{% endif %} {% if analysis.vulnerability.business_implication %}
{% trans "Business Implication" %}
{{ analysis.vulnerability.business_implication | safe }}
{% endif %} {% if analysis.vulnerability.related_to %}{% endif %}
{% endif %} {% endfor %}