aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/by_cve.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/by_cve.html')
-rw-r--r--tmpl/by_cve.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/tmpl/by_cve.html b/tmpl/by_cve.html
new file mode 100644
index 0000000..788f19a
--- /dev/null
+++ b/tmpl/by_cve.html
@@ -0,0 +1,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.sort.reverse %]
+ </body>
+</html>