{% extends "quickscan/quickscan_index.html" %} {% block nav-overview %}class="active"{% endblock %} {% block quickscan_content %}

Site Report Card

Site Grade

{% if scan_status == "done" %} {{scan_grade}} {% else %}
Your scan may take several moments to complete...
{% endif %}
Scan Information
Scan ID {{scan_uuid}}
Run Date {% load tz %} {% localtime on %} {{scan_date}} {% endlocaltime %}
Scanned URL {{scan_url}}
[ + Expand All ] [ - Collapse All ]

{% if scan_status == "done" %}

HTTPS Checks

{% for test in scan_results_https %}

{{test.result}}: {{test.result_human}}

{{test.description}}

{{test.severity}}

{{test.moreinfo}}

{{test.raw_data}}

{% endfor %} {% endif %}
{% if scan_status == "done" %}

Cookie Security

{% for test in scan_results_cookie %}

{{test.result}}: {{test.result_human}}

{{test.description}}

{{test.severity}}

{{test.moreinfo}}

{{test.raw_data}}

{% endfor %} {% endif %}

{% if scan_status == "done" %}

Form Security

{% for test in scan_results_form %}

{{test.result}}: {{test.result_human}}

{{test.description}}

{{test.severity}}

{{test.moreinfo}}

{{test.raw_data}}

{% endfor %} {% endif %}
{% if scan_status == "done" %}

Additional Header Checks

{% for test in scan_results_header %}

{{test.result}}: {{test.result_human}}

{{test.description}}

{{test.severity}}

{{test.moreinfo}}

{{test.raw_data}}

{% endfor %} {% endif %}

{% if scan_status == "done" %}

Content Security Policy

{% for test in scan_results_csp %}

{{test.result}}: {{test.result_human}}

{{test.description}}

{{test.severity}}

{{test.moreinfo}}

{{test.raw_data}}

{% endfor %} {% endif %}
{% if scan_status == "done" %}

Other Security Checks

{% for test in scan_results_other %}

{{test.result}}: {{test.result_human}}

{{test.description}}

{{test.severity}}

{{test.moreinfo}}

{{test.raw_data}}

{% endfor %} {% endif %}
{% endblock %} {% block javascript %} {% if scan_status == "running" %} {% else %} {% endif %} {% endblock %}