Code to Review

We are now going to show you the code changes to review.

Instructions



{% if checklist != 0 %}

Vulnerability checklist

    {% for listItem in checklist %} {% if listItem['type'] == "T" %}
  • {{ listItem['text'] }}

  • {% elif listItem['type'] == "t" %}
  • {{ listItem['text'] }}
  • {% elif listItem['type'] == "C" %}
  • {{ listItem['text'] }}

  • {% endif %} {% endfor %}
{% endif %}