diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-12 21:47:22 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-12 21:47:22 +0000 |
commit | ba4d9333a761c4582a6dd347c35edfbe90688729 (patch) | |
tree | c5b930d559d1eb9fd891ebe00b6c73cfc2a5bd07 | |
parent | 9834ac78bd45c292bf940a08ad5205100b9a7a40 (diff) | |
download | mgaadvisories-ba4d9333a761c4582a6dd347c35edfbe90688729.tar mgaadvisories-ba4d9333a761c4582a6dd347c35edfbe90688729.tar.gz mgaadvisories-ba4d9333a761c4582a6dd347c35edfbe90688729.tar.bz2 mgaadvisories-ba4d9333a761c4582a6dd347c35edfbe90688729.tar.xz mgaadvisories-ba4d9333a761c4582a6dd347c35edfbe90688729.zip |
Add CVE list page
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | mkadvisories | 1 | ||||
-rw-r--r-- | tmpl/index.html | 4 |
3 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,6 @@ - add advisories html pages - add advisories pages by CVE, release, source package +- add CVE list page Version 0.1 diff --git a/mkadvisories b/mkadvisories index 97a0072..c3fdeec 100755 --- a/mkadvisories +++ b/mkadvisories @@ -130,6 +130,7 @@ sub output_pages { }; process_template($template, 'index', $vars, 'index'); process_template($template, 'advisories', $vars, 'advisories'); + process_template($template, 'CVE', $vars, 'CVE'); } sub send_adv_mail { diff --git a/tmpl/index.html b/tmpl/index.html index 34dc474..3aa2dce 100644 --- a/tmpl/index.html +++ b/tmpl/index.html @@ -12,6 +12,10 @@ [%- END -%] <li><a href="advisories.html">All advisories</a></li> </ul> + + <h1>CVE list</h1> + A list of fixed CVE <a href="CVE.html">is available</a>. + <h1>Older Advisories</h1> Older advisories are available on Mageia wiki : <ul> |