blob: 17c77ce0cc39e4cb5e168574f362c51f2e1b5c28 (
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="http://www.gentoo.org/security/en/index.xml">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>
|