{% load i18n %}
{{ file.name }} {{ file.project.package_name }}{% if file.project.platform == 0 %} {{ file.version }} |
{% trans "Portions of this document and the templates used in its production are the property of Appknox and cannot be copied without permission." %}
{% endif %}{% 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 " %}{% if data.show_copyright %}{% trans "Appknox " %}{% endif %}{% trans "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" %} |
{% if data.show_copyright %}{% trans "Appknox " %}{% endif %}{% trans "Security Rating" %} |
{{ analysis.vulnerability.name }} |
{% trans "Noncompliant Code Example" %} |
{% trans "Compliant Solution" %} |
{% trans "Business Implication" %} |
{% trans "Related Vulnerabilities" %} |
{% if data.show_copyright %}{% if data.whitelabel.enabled and data.whitelabel.name %}{{ data.whitelabel.name }}{% trans ", powered by " %}{% endif %}{% trans "Appknox" %}{% if data.whitelabel.enabled and data.whitelabel.name %}{% trans "," %}{% endif %}{% trans " conducted a security assessment of the mobile application. " %}{% endif %}{% trans "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 }} {% for type in analysis.vulnerability.get_types_display %}{{type}}{% endfor %}{{ analysis.vulnerability.description | safe }} | {% if analysis.show_cvss %}{{analysis.cvss_base}}{{ analysis.get_computed_risk_display }} Risk {% if analysis.overridden_risk %} {% endif %} |
{{ analysis.vulnerability.name }} {% for type in analysis.vulnerability.get_types_display %}{{type}}{% endfor %}{{ analysis.vulnerability.description | safe }} | {% if analysis.is_ignored %}{% endif %}
{% if analysis.show_cvss %}{{analysis.cvss_base}}{{ analysis.get_computed_risk_display }} Risk {% if analysis.overridden_risk %} {% endif %} |
{% 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 }} |
{% if data.show_copyright %}{% trans "Appknox " %}{% endif %}{% trans "Security Rating:" %} {{ rating }}% {% trans "Unsecured" %}
{% trans "Risk Rating" %} : {{ analysis.get_computed_risk_display }} {% if analysis.overridden_risk %} {% endif %} | {% for type in analysis.vulnerability.get_types_display %}{{type}}{% endfor %} |
CVSSv3 | {{analysis.cvss_base}} |
CVSS Metrics |
|
OWASP |
|
{{ metric.code }} | {{ metric.title }} {% trans "Description" %} {{ metric.description }} |
{{ analysis.vulnerability.description | safe }}
{% for finding in analysis.findings %} {% if finding.title %}{{ finding.description | escape }}
{% endfor %}{% trans "Risk Rating" %} : {{ analysis.get_computed_risk_display }} {% if analysis.overridden_risk %} {% endif %} | {% for type in analysis.vulnerability.get_types_display %}{{type}}{% endfor %} |
CVSSv3 | {{analysis.cvss_base}} |
CVSS Metrics |
|
OWASP |
|
{{ metric.code }} | {{ metric.title }} {% trans "Description" %} {{ metric.description }} |
{{ analysis.vulnerability.description | safe }}
{% for finding in analysis.findings %} {% if finding.title %}{{ finding.description | escape }}
{% endfor %}