Sha256: 1f3133e0d97b761cde3dcd8759a356f13421bb62fbae61c55cd8935074e0aeec

Contents?: true

Size: 235 Bytes

Versions: 66

Compression:

Stored size: 235 Bytes

Contents

<h2>Templates</h2>

<% template_rows.each do |template| %>

<p><%= template[0] %></p>
<table>
  <tr>
    <th>Output</th>
  </tr>
  <% template[1].each do |call| %>
  <tr>
    <td><%= call %></td>
  </tr>
  <% end %>
</table>

<% end %>

Version data entries

66 entries across 66 versions & 2 rubygems

Version Path
brakeman-3.1.1 lib/brakeman/report/templates/template_overview.html.erb
brakeman-min-3.1.1 lib/brakeman/report/templates/template_overview.html.erb
brakeman-3.1.0 lib/brakeman/report/templates/template_overview.html.erb
brakeman-min-3.1.0 lib/brakeman/report/templates/template_overview.html.erb
brakeman-3.0.5 lib/brakeman/report/templates/template_overview.html.erb
brakeman-min-3.0.5 lib/brakeman/report/templates/template_overview.html.erb
brakeman-3.0.4 lib/brakeman/report/templates/template_overview.html.erb
brakeman-min-3.0.4 lib/brakeman/report/templates/template_overview.html.erb
brakeman-min-3.0.3 lib/brakeman/report/templates/template_overview.html.erb
brakeman-3.0.3 lib/brakeman/report/templates/template_overview.html.erb
brakeman-min-3.0.2 lib/brakeman/report/templates/template_overview.html.erb
brakeman-3.0.2 lib/brakeman/report/templates/template_overview.html.erb
brakeman-min-3.0.1 lib/brakeman/report/templates/template_overview.html.erb
brakeman-3.0.1 lib/brakeman/report/templates/template_overview.html.erb
brakeman-3.0.0 lib/brakeman/report/templates/template_overview.html.erb
brakeman-min-3.0.0 lib/brakeman/report/templates/template_overview.html.erb
brakeman-2.6.3 lib/brakeman/report/templates/template_overview.html.erb
brakeman-min-2.6.3 lib/brakeman/report/templates/template_overview.html.erb
brakeman-min-2.6.2 lib/brakeman/report/templates/template_overview.html.erb
brakeman-2.6.2 lib/brakeman/report/templates/template_overview.html.erb