{% block content %}

Static Analysis - {{name}}


FILE INFORMATION


File Name {{ name }}

Size {{ size }}

MD5 {{ md5 }}

SHA1 {{ sha1 }}

SHA256 {{ sha256 }}


APP INFORMATION


App Name {{ bin_name }}

Publisher {{ pub_name }}

Version {{ version }}

Arch {{ arch }}


XML INFORMATION


compiler_version {{ compiler_version }}

visual_studio_version {{ visual_studio_version }}

visual_studio_edition {{ visual_studio_edition }}

target_os {{ target_os }}

appx_dll_version {{ appx_dll_version }}

proj_guid {{ proj_guid }}

opti_tool {{ opti_tool }}

target_run {{ target_run }}


BINARY ANALYSIS


{% for result in bin_an_results %} {% endfor %} {% for warn in bin_an_warnings %} {% endfor %}
ISSUE STATUS DESCRIPTION
{{ result.rule_id }} {% if result.status == "Insecure" %} {% endif %} {% if result.status == "Secure" %} {% endif %} {% if result.status == "Info" %} {% endif %} {{ result.status }} {{ result.desc }}
{{ warn.rule_id }} {{ warn.status }} {{ warn.desc }}

FILES


{% for file in files %} {{ file}}
{% endfor %}

{% endblock %}