10 lines
275 B
Django/Jinja
10 lines
275 B
Django/Jinja
{{ alert.message }}
|
|
|
|
Scan: {{ scan.title }}
|
|
Rule: {{ rule.name }}
|
|
Severity: {{ alert.severity|upper }}{% if alert.ip_address %}
|
|
IP: {{ alert.ip_address }}{% endif %}{% if alert.port %}
|
|
Port: {{ alert.port }}{% endif %}
|
|
|
|
Scan Status: {{ scan.status }}
|
|
Alert ID: {{ alert.id }} |