[Secure-testing-commits] r6467 - bin
stef-guest at alioth.debian.org
stef-guest at alioth.debian.org
Sun Sep 2 17:13:53 UTC 2007
Author: stef-guest
Date: 2007-09-02 17:13:53 +0000 (Sun, 02 Sep 2007)
New Revision: 6467
Modified:
bin/check-new-issues
bin/tracker_service.py
Log:
fix mitre url in some other places
Modified: bin/check-new-issues
===================================================================
--- bin/check-new-issues 2007-09-02 12:06:22 UTC (rev 6466)
+++ bin/check-new-issues 2007-09-02 17:13:53 UTC (rev 6467)
@@ -47,7 +47,7 @@
my $datafile="./secure-testing/data/CVE/list";
my $allitemsfile="gunzip -c allitems.txt.gz|";
-my $allitemsurl="http://cve.mitre.org/cve/downloads/allitems.txt.gz";
+my $allitemsurl="http://cve.mitre.org/data/downloads/allitems.txt.gz";
my $issue_regexp= $opts{i} || 'CVE-200[3-9]';
my $todo_regexp= $opts{t} || ( $opts{T} ? '^\s+TODO: check' : '^\s+TODO: check$' );
Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py 2007-09-02 12:06:22 UTC (rev 6466)
+++ bin/tracker_service.py 2007-09-02 17:13:53 UTC (rev 6467)
@@ -139,7 +139,7 @@
""". The data represented here is derived from: """,
A("http://www.debian.org/security/#DSAS", "DSAs"),
""" issued by the Security Team; issues tracked in the """,
- A("http://www.cve.mitre.org/cve/index.html", "CVE database"),
+ A("http://cve.mitre.org/cve/", "CVE database"),
""", issues tracked in the """,
A("http://nvd.nist.gov/", "National Vulnerability Database"),
""" (NVD), maintained by NIST; and security issues
More information about the Secure-testing-commits
mailing list