The branch, master has been updated via eac2f79af41b95b906bf308bbe61f1065cf4b6bc (commit) from 30f98fece476ad9b45dcd83fd1777a2af363b071 (commit)
- Log ----------------------------------------------------------------- commit eac2f79af41b95b906bf308bbe61f1065cf4b6bc Author: Michal Čihař mcihar@suse.cz Date: Wed Nov 16 09:00:05 2011 +0100
Fix link to CVE in RSS
-----------------------------------------------------------------------
Summary of changes: templates/security/index.xml.tpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/templates/security/index.xml.tpl b/templates/security/index.xml.tpl index 65ebbfe..5f2e70e 100644 --- a/templates/security/index.xml.tpl +++ b/templates/security/index.xml.tpl @@ -21,7 +21,7 @@ <description> <!--! Just a way to make py:for work inside CDATA --> <div py:def="foo()"> - <p py:for="cve in issue.cves"><a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=${cve}">${cve}</a></p> + <p py:for="cve in issue.cves"><a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=${cve}">${cve}</a></p> </div> <![CDATA[ <p>${issue.summary}</p>
hooks/post-receive