summaryrefslogtreecommitdiff
blob: afe88913dca0ba3f17f1a998adb9db81e8fdc99b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<h1 class="first-header">Gentoo security database</h1>

<p>
  This page contains security data related to the Gentoo distribution.
  Currently, you can find our advisories here.
  In the future, more information on CVE names as well as statistics will be available.
</p>

<div class="alert alert-info">
  <strong>Reporting a vulnerability</strong>
  <br />
  Information about how to report security vulnerabilities and contact information for confidential reports is available at <a href="https://www.gentoo.org/support/security/#contact" class="alert-link">the Gentoo Linux security pages</a>.
</div>

<div class="alert alert-info">
  <strong>Security documentation</strong>
  <br />
  If you want to learn more about keeping your Gentoo system secure
  please visit our <a href="https://www.gentoo.org/support/security/stay-informed.html" class="alert-link">security documentation</a>.
</div>

<h2>Most recent Gentoo Linux security advisories</h2>

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