reports/html/default/issues.erb in arachni-0.4.1.3 vs reports/html/default/issues.erb in arachni-0.4.2
- old
+ new
@@ -10,11 +10,11 @@
<div id="trusted">
<h2>Trusted issues</h2>
<blockquote>
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.
+ These issues are considered trusted and fairly accurate.
</blockquote>
<% if !filtered_hashes.empty? %>
<% auditstore.issues.each_with_index do |issue, i|%>
<% next if !filtered_hashes.include?( issue._hash ) %>
@@ -27,13 +27,15 @@
</div>
<div id="untrusted">
<h2>Untrusted</h2>
<blockquote>
- 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).
+ 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 third part
+ interference (like network latency for example).
<br/>
- Despite that fact, this is more of a warning and does not mean that you should let them unexamined.
+ The listed issues need verification by a human.
</blockquote>
<% if !anomalous_hashes.empty? %>
<div id="untrusted-tabs">
<ul>