[Secure-testing-commits] r58045 - bin
Paul Wise
pabs at moszumanska.debian.org
Mon Nov 27 06:38:40 UTC 2017
Author: pabs
Date: 2017-11-27 06:38:40 +0000 (Mon, 27 Nov 2017)
New Revision: 58045
Modified:
bin/tracker_service.py
Log:
Update links to CVEs at the NIST NVD website
The current URLs redirect to the new URLs.
Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py 2017-11-27 04:31:20 UTC (rev 58044)
+++ bin/tracker_service.py 2017-11-27 06:38:40 UTC (rev 58045)
@@ -1505,8 +1505,7 @@
return url.absolute("https://cve.mitre.org/cgi-bin/cvename.cgi",
name=name)
def url_nvd(self, url, name):
- return url.absolute("https://web.nvd.nist.gov/view/vuln/detail",
- vulnId=name)
+ return url.absolute("https://nvd.nist.gov/vuln/detail/%s" % name)
def url_cert_bug(self, url, name):
return url.absolute("https://www.kb.cert.org/vuls/byid", searchview='', query=name)
def url_lwn_bug(self, url, name):
More information about the Secure-testing-commits
mailing list