{% 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" }} |
Target | Target License | Dependency | Static Linkage |
Dependency License |
{{ row.file }} | {% autoescape off %}{{ row.license }} | {{ row.libs }} | {{ row.statics }} | {{ row.licenses }} | {% endautoescape %}
"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.