[Secure-testing-commits] r6507 - bin data
thijs at alioth.debian.org
thijs at alioth.debian.org
Wed Sep 5 12:01:37 UTC 2007
Author: thijs
Date: 2007-09-05 12:01:36 +0000 (Wed, 05 Sep 2007)
New Revision: 6507
Modified:
bin/checklist
data/resources
Log:
more fixes for cve urls
Modified: bin/checklist
===================================================================
--- bin/checklist 2007-09-05 11:56:37 UTC (rev 6506)
+++ bin/checklist 2007-09-05 12:01:36 UTC (rev 6507)
@@ -90,7 +90,7 @@
if ($html) {
$condition=~s{bug #(\d+)}{<a href="http://bugs.debian.org/$1">bug #$1</a>}g;
$condition=~s{unfixed}{<b>unfixed</b>}g;
- $item=~s#(CVE-\d+-\d+)#<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=$1">$1</a>#g;
+ $item=~s#(CVE-\d+-\d+)#<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=$1">$1</a>#g;
$item=~s#(DTSA-\d+-\d+)#<a href="http://secure-testing-master.debian.net/DTSA/$1.html">$1</a>#g;
}
Modified: data/resources
===================================================================
--- data/resources 2007-09-05 11:56:37 UTC (rev 6506)
+++ data/resources 2007-09-05 12:01:36 UTC (rev 6507)
@@ -1,5 +1,5 @@
Full CVE lists:
-http://cve.mitre.org/cve/downloads/
+http://cve.mitre.org/data/downloads/
CVEs that do not affect sarge (maintained by regular security team):
http://www.debian.org/security/nonvulns-sarge
More information about the Secure-testing-commits
mailing list