Switch out the vulnerabilities.xsl for python, the differences to the
authorMark J. Cox <mark@awe.com>
Mon, 29 Jan 2018 14:39:23 +0000 (14:39 +0000)
committerMark J. Cox <mark@awe.com>
Mon, 29 Jan 2018 14:39:23 +0000 (14:39 +0000)
final page should be ordering (now for a given date in CVE order),
dates don't have suffixes like "1st", and ranges of affected versions
are used instead of listing every affected version

Makefile

index dbaa5a549f97f28ef26e4041d15d283d2f491928..f896a6f79588157b6d5febc63d7dd053f9067bb8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -115,10 +115,9 @@ news/newsflash.inc: news/newsflash.txt
            -e 's@^@<tr><td class="d">@' \
            -e 's@: @</td><td class="t">@' \
            -e 's@$$@</td></tr>@'
-news/vulnerabilities.inc: bin/vulnerabilities.xsl news/vulnerabilities.xml
+news/vulnerabilities.inc: bin/mk-cvepage news/vulnerabilities.xml
        @rm -f $@
-       xsltproc bin/vulnerabilities.xsl news/vulnerabilities.xml >$@
-
+        ./bin/mk-cvepage -i news/vulnerabilities.xml > $@
 source/.htaccess: $(wildcard source/openssl-*.tar.gz) bin/mk-latest
        @rm -f @?
        ./bin/mk-latest source >$@