Issues

<%= erb :search, { :id => 'issues_tab' } %>

Trusted issues

At the time these issues were logged there were no abnormal interferences or anomalous server behavior.
Some of these issues may require manual verification but they are considered trusted and fairly accurate.
<% if !filtered_hashes.empty? %> <% audit_store.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 %>

No trusted issues have been logged.

<% end %>

Untrusted

These issues are considered untrusted (and may in fact be false positives) because at the time they were identified the server was exhibiting some kind of anomalous behavior or there was 3rd part interference (like network latency for example).
Despite that fact, this is more of a warning and does not mean that you should let them unexamined.
<% if !anomalous_hashes.empty? %>
    <% anomalous_meta_results.each_pair do |name, data|%>
  • <%=data[:name]%>
  • <% end %>
<% anomalous_meta_results.each_pair do |name, data|%>

Component description:

<%=data[:description]%>

<% data[:results].each do |issue| %> <%= format_issue( issue['hash'] ) %> <% end %>
<% end %>
<% else %>

No untrusted issues have been logged.

<% end %>