{% extends "linkage/base.html" %} {% block header %} {% endblock %} {% block content %} {% if error_message %}

No test result, or error message from cli was:

  {{ error_message }}
  
{% else %}

Project: {{ test.project }} Target: {{ test.target }} User: {{ test.user }} Date: {{ test.test_date|date:"M d, Y H:i:s" }} Static Checks: {{ test.disable_static|yesno:"no,yes" }}

{% for row in master %} {% autoescape off %} {% endautoescape %} {% endfor %}
Target Target License Dependency Static
Linkage
Dependency License
{{ row.file }}{{ row.license }} {{ row.libs }} {{ row.statics }} {{ row.licenses }}
{% if not test.disable_static %}

"Not available" in the Static Linkage column means that the necessary data for detecting statically linked binaries was not present. Static linkage detection requires that the binary being tested was built with debugging information.

{% endif %}
{% endif %} {% endblock %}