Sha256: 64b6726bd986b68c15edccec34ae2b0b9c7f652a75360f76ad2231c08fdcd110

Contents?: true

Size: 289 Bytes

Versions: 230

Compression:

Stored size: 289 Bytes

Contents

<h2>Templates</h2>

<% template_rows.each do |template| %>

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

<% end %>

Version data entries

230 entries across 216 versions & 5 rubygems

Version Path
brakeman-6.2.2 lib/brakeman/report/templates/template_overview.html.erb
brakeman-lib-6.2.2 lib/brakeman/report/templates/template_overview.html.erb
brakeman-min-6.2.2 lib/brakeman/report/templates/template_overview.html.erb
brakeman-6.2.2.rc1 lib/brakeman/report/templates/template_overview.html.erb
brakeman-min-6.2.1 lib/brakeman/report/templates/template_overview.html.erb
brakeman-lib-6.2.1 lib/brakeman/report/templates/template_overview.html.erb
brakeman-6.2.1 lib/brakeman/report/templates/template_overview.html.erb
brakeman-6.2.0 lib/brakeman/report/templates/template_overview.html.erb
brakeman-lib-6.2.0 lib/brakeman/report/templates/template_overview.html.erb
brakeman-min-6.2.0 lib/brakeman/report/templates/template_overview.html.erb
brakeman-6.1.2 lib/brakeman/report/templates/template_overview.html.erb
brakeman-lib-6.1.2 lib/brakeman/report/templates/template_overview.html.erb
brakeman-min-6.1.2 lib/brakeman/report/templates/template_overview.html.erb
brakeman-min-6.1.1 lib/brakeman/report/templates/template_overview.html.erb
brakeman-lib-6.1.1 lib/brakeman/report/templates/template_overview.html.erb
brakeman-6.1.1 lib/brakeman/report/templates/template_overview.html.erb
brakeman-6.1.0 lib/brakeman/report/templates/template_overview.html.erb
brakeman-lib-6.1.0 lib/brakeman/report/templates/template_overview.html.erb
brakeman-min-6.1.0 lib/brakeman/report/templates/template_overview.html.erb
brakeman-6.0.1 lib/brakeman/report/templates/template_overview.html.erb