[Secure-testing-commits] r9808 - bin
thijs at alioth.debian.org
thijs at alioth.debian.org
Sat Sep 13 10:01:01 UTC 2008
Author: thijs
Date: 2008-09-13 10:01:00 +0000 (Sat, 13 Sep 2008)
New Revision: 9808
Modified:
bin/tracker_service.py
Log:
update nvd url
Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py 2008-09-13 09:58:25 UTC (rev 9807)
+++ bin/tracker_service.py 2008-09-13 10:01:00 UTC (rev 9808)
@@ -1082,8 +1082,8 @@
return url.absolute("http://cve.mitre.org/cgi-bin/cvename.cgi",
name=name)
def url_nvd(self, url, name):
- return url.absolute("http://nvd.nist.gov/nvd.cfm",
- cvename=name)
+ return url.absolute("http://web.nvd.nist.gov/view/vuln/detail",
+ vulnId=name)
def url_dsa(self, url, dsa, re_dsa=re.compile(r'^DSA-(\d+)(?:-\d+)?$')):
match = re_dsa.match(dsa)
More information about the Secure-testing-commits
mailing list