Sha256: 4521e86a645cb850e650cd25c81e7de2f5e0d94c925dbd1501eeb668b91e698c

Contents?: true

Size: 1.12 KB

Versions: 14

Compression:

Stored size: 1.12 KB

Contents

<h2>Summary</h2>

<div id="summary-tabs">
    <% if report.issues.any? %>
        <ul class="nav nav-tabs">
            <li class="active">
                <a href="#!/summary/charts">Charts</a>
            </li>
            <li>
                <a href="#!/summary/issues">
                    Issues

                    <span class="badge">
                        <%= report.issues.size %>
                    </span>
                </a>
            </li>
            <li>
                <a href="#!/summary/owasp_top_10">OWASP Top 10</a>
            </li>
        </ul>

        <div class="tab-content">
            <div class="tab-pane active" id="summary-charts">
                <%= erb 'summary/charts.erb' %>
            </div>

            <div class="tab-pane" id="summary-issues">
                <%= erb 'summary/issues.erb' %>
            </div>

            <div class="tab-pane" id="summary-owasp_top_10">
                <%= erb 'summary/owasp_top_10.erb' %>
            </div>
        </div>
    <% else %>
        <p class="alert alert-info">
            No issues have been identified.
        </p>
    <% end %>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
arachni-1.6.1.3 components/reporters/html/default/summary.erb
arachni-1.6.1.2 components/reporters/html/default/summary.erb
arachni-1.6.1.1 components/reporters/html/default/summary.erb
arachni-1.6.1 components/reporters/html/default/summary.erb
arachni-1.6.0 components/reporters/html/default/summary.erb
arachni-1.5.1 components/reporters/html/default/summary.erb
arachni-1.5 components/reporters/html/default/summary.erb
arachni-1.4 components/reporters/html/default/summary.erb
arachni-1.3.2 components/reporters/html/default/summary.erb
arachni-1.3.1 components/reporters/html/default/summary.erb
arachni-1.3 components/reporters/html/default/summary.erb
arachni-1.2.1 components/reporters/html/default/summary.erb
arachni-1.2 components/reporters/html/default/summary.erb
arachni-1.1 components/reporters/html/default/summary.erb