{% extends 'psu_base.html' %} {% load base_taglib %} {%block title%}Review XSS Attempts{%endblock%} {% block pagecontent %}

XSS Attempts

{% for xx in xss%} {% endfor %}
Application Path User Parameter Value Timestamp Reviewed
{{xx.app_code}} {{xx.path|default_if_none:""}} {{xx.username|default_if_none:""}} {{xx.parameter_name|default_if_none:""}} {{xx.parameter_value|default_if_none:""}} {{xx.date_created}}
{%pagination xss%} {% endblock %}