mirror of
https://github.com/valitydev/atomic-threat-coverage.git
synced 2024-11-07 01:55:21 +00:00
17 lines
830 B
Django/Jinja
17 lines
830 B
Django/Jinja
| Title | {{ title }} |
|
|
|:---------------|:--------------------------------------------------------------------------------|
|
|
| Description | {{ description }} |
|
|
| Default | {{ default }} |
|
|
| Event Volume | {{ volume }} |
|
|
| EventID | <ul>{% for eventid in eventID %}<li>{{ eventid }}</li>{% endfor %}</ul> |
|
|
| References | <ul>{% for ref in references %}<li>[{{ ref }}]({{ ref }})</li>{% endfor %}</ul> |
|
|
|
|
{% if configuration is defined and configuration|length %}
|
|
|
|
## Configuration
|
|
|
|
{{ configuration }}
|
|
{% else %}
|
|
{% endif %}
|
|
|