Alert Breakdown for Execution {{eid}}
Full Report -
{% if session['name'] %}
View
{% else %}
Login to see ZAP Report
{% endif %}
Alert ID |
Alert Level |
Alert Type |
URLs Affected |
{% for item in alerts_data %}
{% if session['name'] %}
{{item[0]}} |
{{item[2]}} |
{{item[3]}} |
{{item[4]}} |
{% endif %}
{% endfor %}