Signatures

{% if results.signatures %} {% for sign in results.signatures %} {% if sign.severity == 1 %}
{% elif sign.severity == 2 %}
{% elif sign.severity >= 3 %}
{% else %}
{% endif %} {{sign.description}}
{% if summary_report %}
{% if sign.data %} {% for sign in sign.data %} {% for key, value in sign.iteritems() %}
{{key}}: {{value}}
{% endfor %} {% endfor %}
{% endif %} {% endif %} {% endfor %} {% else %} No signatures matched {% endif %}