summaryrefslogtreecommitdiff
blob: a6ffcf121baf695e4f02f355b764044e9a89f237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<h1 class="first-header">Gentoo Linux Security Advisories (GLSA)</h1>

<p>
  This page lists all security advisories that were released by the Gentoo security team.
  For more information, please visit our distribution's <a href="https://www.gentoo.org/support/security/">security overview</a>.
</p>

<div class="table-responsive">
  <table class="table table-striped">
    <tr>
      <th>ID</th>
      <th>Title</th>
    </tr>
    <% @ids.each do |id| %>
    <tr>
      <th><a href="/glsa/<%= h id %>"><%= h id %></a></th>
      <td><%= h GLSARepository.instance[id].title %></td>
    </tr>
    <% end %>
  </table>
</div>