Sha256: be27a6dc0a237121e175258249864143e277cce9fa09ad482884f91ecb141d29

Contents?: true

Size: 436 Bytes

Versions: 5

Compression:

Stored size: 436 Bytes

Contents

<h2>Security Warnings</h2>  
<table>
  <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 %>
</table>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
brakeman-2.0.0 lib/brakeman/report/templates/security_warnings.html.erb
brakeman-2.0.0.pre2 lib/brakeman/report/templates/security_warnings.html.erb
brakeman-1.9.5 lib/brakeman/report/templates/security_warnings.html.erb
brakeman-1.9.4 lib/brakeman/templates/security_warnings.html.erb
brakeman-1.9.3 lib/brakeman/templates/security_warnings.html.erb