Taint analysis (Inputs that affect output)

<% @results['inputs'].each_with_index do |item, idx| %>

<%=item['element']['type'].capitalize%> <%if item['element']['name']%> named '<%=item['element']['name']%>' <%end%> <%if item['element']['altered']%> using the '<%=item['element']['altered']%>' input <%end%> <%if item['element']['owner']%> at <%=item['element']['owner']%> <%end%> <%if item['element']['action']%> pointing to <%=item['element']['action']%> <%end%> <%if item['element']['method']%> using <%=item['request']['method']%> <%end%>

It was submitted using the following parameters:

The taint landed in the following elements at <%=item['request']['url']%> :
<% if item['request']['params'] %>
<% item['request']['params'].each_pair do |name, value|%> <%end%>
<%end%>

 

<%end%>