ansible-generator/templates/SECURITY.md.j2

30 lines
1.0 KiB
Django/Jinja

# [Security Policy](#security-policy)
This software implements other software, it's not very likely that this software introduces new vulnerabilities.
## [Supported Versions](#supported-versions)
These version of [ansible](https://pypi.org/project/ansible/) are supported:
| Version | Supported |
| ------- | ------------------ |
{% if tox_ansible_versions is defined %}
{% for version in tox_ansible_versions %}
| {{ version }} | :white_check_mark: |
{% endfor %}
{% else %}
| 7 | :white_check_mark: |
| 6 | :white_check_mark: |
| 5 | :white_check_mark: |
{% endif %}
## [Reporting a Vulnerability](#reporting-a-vulnarability)
Please [open an issue](https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/issues) describing the vulnerability.
Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
Please consider [sponsoring me](https://github.com/sponsors/{{ github_namespace }}).