Trueseeing Report
1. Overview
We have analyzed the following application.
-
{% if app.package %}
- Package name: {{app.package}} {% endif %} {% if app.version_code %}
- Package version: {{app.version_name}} ({{app.version_code}}) {% endif %} {% if app.path %}
- Path: {{app.path}} {% endif %} {% if app.size %}
- File size: {{app.size}} {% endif %} {% if app.fp %}
- Fingerprint (SHA-256): {{app.fp}} {% endif %}
And here is summary of the report:
- Report timestamp: {{ts}}
- Trueseeing version: {{toolchain.version}}
2. Executive Summary
{% if issues %}
{% else %}
{% if issues %}
We have detected {{app.issues}} issues.
We have detected no issues.
{% endif %}Severity | Count |
---|---|
Critical | {{app.issues_critical}} |
High | {{app.issues_high}} |
Medium | {{app.issues_medium}} |
Low | {{app.issues_low}} |
Info | {{app.issues_info}} |
Detected issues are:
-
{% for issue in issues %}
- {{issue.sev[0]}}{{issue.no+1}}. {{issue.title}} {% endfor %}
-
{% endif %}
3. Details
Below we describe the issues in detail:
3.{{issue.no+1}} {{issue.title}} {{issue.insts|length}}
Synopsis
{% if issue.summary is not none %}{{issue.summary}}
{% else %}No synopsis provided.
{% endif %}Description
{% if issue.desc is not none %}{{issue.desc}}
{% else %}No description provided.
{% endif %} {% if issue.ref is not none %}See Also
{{issue.ref}}
{% endif %} {% if issue.sol is not none %}Solution
{{issue.sol}}
{% endif %}Risk Level
{{issue.sev}}
CVSS Score
{{issue.score}} ({{issue.cvss}})
Instances
-
{% for i in issue.insts %}
{% if i.aff0 is not none %}
{% if i.aff1 is not none %}
- {{i.info|excerpt}} ({{i.aff0}}:{{i.aff1}}) {% else %}
- {{i.info|excerpt}} ({{i.aff0}}) {% endif %} {% else %}
- {{i.info|excerpt}} {% endif %} {% endfor %}
We don't have any issue to be described here.