- {{ data['postfix']['vulnerabilities'][item]['description'] }}.
- {% if data['postfix']['vulnerabilities'][item]['result'] == 'success' %}
-
-
-
- {{ data['postfix']['vulnerabilities'][item]['flagFound'] }}
-
-
-
- {% else %}
- For resolving the issue, add this line in the
{{ data['postfix']['filename'] }} vulnerabilities:
-
-
-
- {% for value in data['postfix']['vulnerabilities'][item]['recommand_value'] %}
- {{ data['postfix']['vulnerabilities'][item]['flag'] }} = {{ value }}
- {% endfor %}
-
-
-
- {% endif %}
+
SSL
+ {% include 'apache-ssl.html.j2' %}
+
+
- {% if 'id' in data['postfix']['vulnerabilities'][item] %}
- linked with the
{{ data['postfix']['vulnerabilities'][item]['id'] }}
- {% endif %}
+
Signature
+ {% include 'apache-signature.html.j2' %}
-