{{db_name}} - Recent Executions
EID |
Environment |
Version |
Scan Type |
Execution Date |
High Alerts |
Medium Alerts |
Low Alerts |
Informational Alerts |
ZAP Report Link |
Alerts | Delete |
{% for item in data %}
{% if session['name'] %}
{{item[0]}} |
{% else %}
{{item[0]}} |
{% endif %}
{{item[1]}} |
{{item[9]}} |
{{item[2]}} |
{{item[3].strftime('%b %d %Y %I:%M %p %Z')}} |
{{item[4]}} |
{{item[5]}} |
{{item[6]}} |
{{item[7]}} |
{% if session['name'] %}
View |
View | Delete |
{% else %}
Login to see ZAP Report |
Login to view alerts and delete executions |
{% endif %}
{% endfor %}