aboutsummaryrefslogtreecommitdiff
blob: 1c9c8c1361fddb3a69794826dbdfc7668237875f (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
---
section: "support"
title: "Stay informed"
date: 2020-09-04T17:25:33+02:00
draft: false
layout: index
url: "/support/security/stay-informed.html"
---

<div class="row">
    <div class="col-xs-12 col-md-3 col-lg-3">
        <div class="nav flex-column nav-pills gentoo-nav" aria-orientation="vertical">
            <a class="nav-link" href="/support/security/" aria-selected="true">Security</a>
            <a class="nav-link" href="/support/security/vulnerability-treatment-policy.html" aria-selected="false">Vulnerability Treatment Policy</a>
            <a class="nav-link active" href="/support/security/stay-informed.html" aria-selected="false">Stay informed</a>
        </div>
    </div>
    <div class="col-xs-12 col-md-9 col-lg-9">
        <div class="row">
            <div class="col-md-4 text-right">
                <i class="fa fa-terminal fa-5x"></i>
            </div>
            <div class="col-md-8">
                <h2>Check your system's status</h2>

                <p>Use <kbd>glsa-check</kbd> to check your system's security status.<br>
                    To see all advisories that affect your system, run:</p>

                <p class="lead"><kbd>% glsa-check -t affected</kbd></p>

                <p>
                    If you don't have the utility installed, run <kbd>emerge -va app-portage/gentoolkit</kbd>.<br>
                    For more information, review the <a href="https://wiki.gentoo.org/wiki/GLSA">documentation</a> on our Wiki.</p>
            </div>
        </div>

        <hr>

        <div class="row">
            <div class="col-md-4 text-right">
                <i class="fa fa-inbox fa-5x"></i>
            </div>
            <div class="col-md-8">
                <h2>Subscribe via E-Mail</h2>

                <p>Our advisories are posted to the <em>gentoo-announce</em> mailing list.</p>

                <p>You can subscribe by sending an empty e-mail to:</p>

                <p class="lead"><a href="mailto:gentoo-announce+subscribe@lists.gentoo.org">gentoo-announce+subscribe@lists.gentoo.org</a></p>

                <p>A confirmation email will be sent. Reply to this email to complete the subscription.</p>
            </div>
        </div>

        <hr>

        <div class="row">
            <div class="col-md-4 text-right">
                <i class="fa fa-rss fa-5x"></i>
            </div>
            <div class="col-md-8">
                <h2>Feeds</h2>

                <p>We offer <em>RSS</em> and <em>Atom</em> feeds that you can subscribe to using your news reader:</p>

                <ul class="lead">
                    <li><a href="https://security.gentoo.org/glsa/feed.rss">RSS 2.0</a></li>
                    <li><a href="https://security.gentoo.org/glsa/feed.atom">Atom 1.4.3</a></li>
                </ul>
            </div>
        </div>

        <hr>

        <div class="row">
            <div class="col-md-4 text-right">
                <i class="fa fa-twitter fa-5x"></i>
            </div>
            <div class="col-md-8">
                <h2>Twitter</h2>

                <p>There were several <strong>unofficial</strong> Twitter feeds containing GLSAs.</p>

                <p>None of them are currently up to date. Stay tuned.</p>

                <!--<ul class="lead">
                  <li><a href="http://twitter.com/gentoosecurity">gentoosecurity <i class="fa-twitter fa"></i></a></li>
                </ul>
                -->
            </div>
        </div>

    </div>
</div>