aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/CVE.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/tmpl/CVE.html b/tmpl/CVE.html
new file mode 100644
index 0000000..10e599b
--- /dev/null
+++ b/tmpl/CVE.html
@@ -0,0 +1,16 @@
+[% USE date -%]
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>CVE list</title>
+ </head>
+ <body>
+ <h1>CVE list</h1>
+
+ <ul>
+ [% FOREACH CVE IN advdb.by_cve.keys.sort.reverse %]
+ <li><a href="[% basename.CVE(CVE) %].html">[% CVE %]</a></li>
+ [% END %]
+ </ul>
+ </body>
+</html>