Files
2019-12-17 09:13:43 +01:00

23 lines
613 B
Django/Jinja
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#############
# 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 %}