[kernel-sec-discuss] r851 - scripts

dannf at alioth.debian.org dannf at alioth.debian.org
Wed Jun 6 23:58:05 UTC 2007


Author: dannf
Date: 2007-06-06 23:58:05 +0000 (Wed, 06 Jun 2007)
New Revision: 851

Modified:
   scripts/html-report
Log:
link to kernel-sec svn instead of mitre - mitre links should already be in svn

Modified: scripts/html-report
===================================================================
--- scripts/html-report	2007-06-06 23:52:48 UTC (rev 850)
+++ scripts/html-report	2007-06-06 23:58:05 UTC (rev 851)
@@ -137,7 +137,7 @@
     cvere = re.compile('^CVE-\d\d\d\d\-\d\d\d\d')
     for i in issues:
         if cvere.match(i):
-	    issueref = '<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name='+i+'">'+i+'</a>'
+	    issueref = '<a href="http://svn.debian.org/wsvn/kernel-sec/active/'+i+'?op=file&rev=0&sc=0">'+i+'</a>'
 	else:
 	    issueref = i
         versions = matrix[i].keys()




More information about the kernel-sec-discuss mailing list