aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/infos.html
blob: d64ee0285590d3957738bbc00d305db1cc214f14 (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
[%- USE date(format='%Y/%m/%d') -%]
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>Mageia Advisories</title>
        [%- INCLUDE head.html -%]
    </head>
    <body>
        [%- INCLUDE body_top.html -%]
        <h1 id='mgnavt'><a href="index.html">Advisories</a> » Infos</h1>
        <div class="content">
            <div class="section">
                <h2>Advisories</h2>
                <ul>
                    [% FOREACH rel IN advdb.by_rel.keys.sort -%]
                    <li><a href="[% basename.rel(rel) %].html">Mageia [% rel %] advisories</a> <a href="[% basename.rel(rel) %].rss"><img src="//static.mageia.org/g/images/smi/feed-16x16.png" alt="rss" /></a></li>
                    [%- END -%]
                    <li><a href="index.html">All advisories</a> <a href="advisories.rss"><img src="//static.mageia.org/g/images/smi/feed-16x16.png" alt="rss" /></a></li>
                </ul>
            </div>

            <div class="section">
                <h2>CVE list</h2>
                A list of fixed CVEs <a href="CVE.html">is available</a>.
            </div>

            <div class="section">
                <h2>Command line tool</h2>
                A command line tool is available to list and display advisories.
                <a href="https://wiki.mageia.org/en/Mgaadv#Command_line_tool">More details</a>.
            </div>

            <div class="section">
                <h2>Older Advisories</h2>
                Older advisories are available on <a href="https://wiki.mageia.org/en/Support/Advisories/">Mageia wiki</a>.
            </div>

            <div class="section">
                <h2>DB Dump</h2>
                A dump of all advisories is available as <a href="advisories.yaml">a yaml file</a>.
            </div>

            <div class="section">
                <h2>OSV Format</h2>
                Advisories are also available in <a href="https://ossf.github.io/osv-schema/">OSV format</a>.
                Each advisory is available from <em>https://advisories.mageia.org/&lt;MGASA-ID&gt;.json</em>
                where <em>&lt;MGASA-ID&gt;</em> is the advisory ID.
                An <a href="https://advisories.mageia.org/vulns.json">index to all security advisories</a>
                is also available (in JSON format) as is an
                <a href="https://advisories.mageia.org/bugs.json">index to bug advisories</a>.
            </div>

            <div class="section">
                <h2>Source code</h2>
                Source code for the tool used to generate this website is
                <a href="https://gitweb.mageia.org/software/infrastructure/mgaadvisories/">available on git</a>.
                Patches or ideas can be posted on the <a href="https://ml.mageia.org/l/info/sysadmin-discuss">sysadmin-discuss</a> mailing list.
            </div>
        </div>
    </body>
</html>