OWASP ZAP Historic
Dashboard
History
{% if session['name'] %}
Alerts
{% endif %}
RF Historic
QE Dashboard
{% if session['name'] %}
All Alerts for {{db_name}}
Execution ID
Alert ID
Environment
Version
Scan Type
Alert Level
Alert Type
URLs Affected
{% for item in data %}
{{item[0]}}
{{item[1]}}
{{item[2]}}
{{item[7]}}
{{item[3]}}
{{item[4]}}
{{item[5]}}
{{item[6]}}
{% endfor %}
{% endif %}