{% extends 'base.html' %} {% load fontawesome_5 %} {% block content %}
App name | {{ app.name }} |
---|---|
Description | {{ app.description }} |
Created by | {{ app.user }} |
ID | Description | Apk name | Version | Created On | Status | Progress | {% if settings.VIRUSTOTAL_ENABLED %}VT | {% endif %}Findings | By Severity | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ scan.id }} | {{ scan.description }} | {{ scan.apk_name }} | {{ scan.version_code }} | {{ scan.created_on }} | {{ scan.status }} | {{ scan.progress }} % | {% for id, scan_data in scans_data.items %} {% if id == scan.id %} {% if settings.VIRUSTOTAL_ENABLED %} {% if scan_data.antivirus.malicious > 0 %}{% fa5_icon 'shield-alt' color='red' %} {{ scan_data.antivirus.malicious }} | {% else %}{% fa5_icon 'shield-alt' color='green' %} {{ scan_data.antivirus.malicious }} | {% endif %} {% endif %}{{ scan.findings }} |
|
{% endif %} {% endfor %}