[Secure-testing-commits] r6502 - data/DTSA
nion at alioth.debian.org
nion at alioth.debian.org
Tue Sep 4 21:56:11 UTC 2007
Author: nion
Date: 2007-09-04 21:56:11 +0000 (Tue, 04 Sep 2007)
New Revision: 6502
Modified:
data/DTSA/dtsa
Log:
www.cve.mitre.org -> cve.mitre.org
Modified: data/DTSA/dtsa
===================================================================
--- data/DTSA/dtsa 2007-09-04 21:14:07 UTC (rev 6501)
+++ data/DTSA/dtsa 2007-09-04 21:56:11 UTC (rev 6502)
@@ -136,7 +136,7 @@
cves = "<dt>CVE:</dt>\n<dd>\n"
if len(cve) > 0:
for i in cve:
- cves += "<a href='http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=" + i +"'>"
+ cves += "<a href='http://cve.mitre.org/cgi-bin/cvename.cgi?name=" + i +"'>"
cves += i
cves += "</a> \n"
else:
More information about the Secure-testing-commits
mailing list