{% extends "base.html" %} {% block content %}
Name {{ name }}
Size {{ size }}
MD5 {{ md5 }}
SHA1 {{ sha1 }}
SHA256 {{ sha256 }}
App Name {{ bin_name }}
Publisher {{ pub_name }}
Version {{ version }}
Arch {{ arch }}
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 }}
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 }} |
{% for file in files %}
{{ file}}
{% endfor %}