Sha256: 0abff96c631feb5a5d9bc6a028c79ea00ab127f2569c30fc23eae7411ad87a3f

Contents?: true

Size: 444 Bytes

Versions: 193

Compression:

Stored size: 444 Bytes

Contents

<p>Controller Warnings</p>
<table>
  <thead>
    <tr>
      <th>Confidence</th>
      <th>Controller</th>
      <th>Warning Type</th>
      <th>Message</th>
    </tr>
  </thead>
  <tbody>
  <% warnings.each do |warning| %>
    <tr>
      <td><%= warning['Confidence']%></td>
      <td><%= warning['Controller']%></td>
      <td><%= warning['Warning Type']%></td>
      <td><%= warning['Message']%></td>
    </tr>
  <% end %>
  </tbody>
</table>

Version data entries

193 entries across 179 versions & 5 rubygems

Version Path
brakeman-3.2.0 lib/brakeman/report/templates/controller_warnings.html.erb
brakeman-min-3.2.0 lib/brakeman/report/templates/controller_warnings.html.erb
brakeman-3.2.0.pre1 lib/brakeman/report/templates/controller_warnings.html.erb
brakeman-min-3.2.0.pre1 lib/brakeman/report/templates/controller_warnings.html.erb
brakeman-min-3.1.5.pre1 lib/brakeman/report/templates/controller_warnings.html.erb
brakeman-3.1.5 lib/brakeman/report/templates/controller_warnings.html.erb
brakeman-min-3.1.5 lib/brakeman/report/templates/controller_warnings.html.erb
brakeman-3.1.4 lib/brakeman/report/templates/controller_warnings.html.erb
brakeman-min-3.1.4 lib/brakeman/report/templates/controller_warnings.html.erb
brakeman-3.1.3 lib/brakeman/report/templates/controller_warnings.html.erb
brakeman-min-3.1.3 lib/brakeman/report/templates/controller_warnings.html.erb
brakeman-3.1.2 lib/brakeman/report/templates/controller_warnings.html.erb
brakeman-min-3.1.2 lib/brakeman/report/templates/controller_warnings.html.erb