{% include 'header.html' %}

Add functions

Based on the provided functions the framework will detect possible threats in your application.

Example functions:
    {% set counter = 0 -%} {% for entry in techlist -%}
  • {{ entry.techName|safe }}
  • {% set counter = counter + 1 %} {% endfor %}

All lists will be collected into a single document per project.

Function summary

{% set counter = 0 -%} {% for entry in entries -%} {% set counter = counter + 1 %} {% endfor %}
Function Technology Function List Name Date/Time Remove
{{entry.techName|safe}} {{entry.functionName|safe}} {{entry.entryDate|safe}}
{% include 'footer.html' %}