diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-12 22:27:11 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-12 22:27:11 +0000 |
commit | 3ee83b9009394d84245f473689278a6d004c916d (patch) | |
tree | 212c20143531beded693739ea1a15f191010c70e /tmpl/CVE.html | |
parent | d351d900cf9e3559da9bf31cd34e735c3aff0692 (diff) | |
download | mgaadvisories-3ee83b9009394d84245f473689278a6d004c916d.tar mgaadvisories-3ee83b9009394d84245f473689278a6d004c916d.tar.gz mgaadvisories-3ee83b9009394d84245f473689278a6d004c916d.tar.bz2 mgaadvisories-3ee83b9009394d84245f473689278a6d004c916d.tar.xz mgaadvisories-3ee83b9009394d84245f473689278a6d004c916d.zip |
Add tmpl/CVE.html (missed in previous version)
Diffstat (limited to 'tmpl/CVE.html')
-rw-r--r-- | tmpl/CVE.html | 16 |
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> |