aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/by_cve.html
blob: bd4aeddad43107a411c176319534d8498ed2b6a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[% USE date -%]
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>[% CVE %]</title>
    </head>
    <body>
        <h1><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=[% CVE %]">[% CVE %]</a></h1>

        [% INCLUDE advisories_table.html advlst = advdb.by_cve.$CVE %]
    </body>
</html>