Sha256: e43ae2ebe101630e0091c01a1ab4190391d2b87f1ed55041ea6c9be07cefbad3

Contents?: true

Size: 567 Bytes

Versions: 15

Compression:

Stored size: 567 Bytes

Contents

<h2>Security Warnings</h2>  
<table>
<% if warning_messages.any? %>
  <tr>
    <th>Confidence</th>
    <th>Class</th>
    <th>Method</th>
    <th>Warning Type</th>
    <th>Message</th>
  </tr>
  <% warning_messages.each do |warning| %>
  <tr>
    <td><%= warning['Confidence']%></td>
    <td><%= warning['Class']%></td>
    <td><%= warning['Method']%></td>
    <td><%= warning['Warning Type']%></td>
    <td><%= warning['Message']%></td>
  </tr>
  <% end %>
<% else %>
  <tr>
    <th>General Warnings</th>
  </tr>
  <tr>
    <td>[NONE]</td>
  </tr>
<% end %>
</table>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
brakeman-1.9.2 lib/brakeman/templates/security_warnings.html.erb
brakeman-1.9.1 lib/brakeman/templates/security_warnings.html.erb
brakeman-1.9.0 lib/brakeman/templates/security_warnings.html.erb
brakeman-1.9.0.pre2 lib/brakeman/templates/security_warnings.html.erb
brakeman-1.9.0.pre1 lib/brakeman/templates/security_warnings.html.erb
brakeman-1.8.3 lib/brakeman/templates/security_warnings.html.erb
brakeman-1.8.2 lib/brakeman/templates/security_warnings.html.erb
brakeman-1.8.1 lib/brakeman/templates/security_warnings.html.erb
brakeman-1.8.0 lib/brakeman/templates/security_warnings.html.erb
brakeman-1.7.1 lib/brakeman/templates/security_warnings.html.erb
brakeman-1.7.0 lib/brakeman/templates/security_warnings.html.erb
brakeman-1.6.2 lib/brakeman/templates/security_warnings.html.erb
brakeman-1.6.1 lib/brakeman/templates/security_warnings.html.erb
brakeman-1.6.0 lib/brakeman/templates/security_warnings.html.erb
brakeman-1.6.0.pre1 lib/brakeman/templates/security_warnings.html.erb