{{ data['profile']['vulnerabilities'][item]['description'] }}.
{% if data['profile']['vulnerabilities'][item]['result'] == 'success' %}
{{ data['profile']['vulnerabilities'][item]['flagFound'] }}
{% else %}
For resolving the issue, add this line in the
{{ data['filename'] }} profile:
{{ data['profile']['vulnerabilities'][item]['flag'] }} = {{ data['profile']['vulnerabilities'][item]['recommand_value'] }}
{% endif %}
{% if 'id' in data['profile']['vulnerabilities']['item'] %}
Linked with the
{{ data['profile']['vulnerabilities'][item]['id'] }}
{% endif %}