reports/html/default/issues.erb in arachni-0.4.0.4 vs reports/html/default/issues.erb in arachni-0.4.1
- old
+ new
@@ -14,10 +14,10 @@
At the time these issues were logged there were no abnormal interferences or anomalous server behavior.<br/>
Some of these issues may require manual verification but they are considered trusted and fairly accurate.
</blockquote>
<% if !filtered_hashes.empty? %>
- <% audit_store.issues.each_with_index do |issue, i|%>
+ <% auditstore.issues.each_with_index do |issue, i|%>
<% next if !filtered_hashes.include?( issue._hash ) %>
<%= erb :issue, { :idx => i+1, :issue => issue, :crypto_issues => crypto_issues } %>
<% end %>
<% else %>