mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
23 lines
613 B
Django/Jinja
23 lines
613 B
Django/Jinja
#############
|
||
# Automatically generated by generator.py in splunk/security-content
|
||
# On Date: {{ time }} UTC
|
||
# Author: Splunk Security Research
|
||
# Contact: research@splunk.com
|
||
#############
|
||
|
||
|
||
{% for macro in macros %}
|
||
[{{ macro.name }}{% if macro.arguments is defined %}({{ macro.arguments|length }}){% endif %}]
|
||
{% if macro.arguments is defined %}
|
||
args = {% for arg in macro.arguments %}{{ arg }}{{ ", " if not loop.last }}
|
||
{% endfor %}
|
||
{% endif %}
|
||
{% if macro.definition is defined %}
|
||
definition = {{ macro.definition }}
|
||
{% else %}
|
||
definition =
|
||
{% endif %}
|
||
description = {{ macro.description }}
|
||
|
||
{% endfor %}
|