Author: pabs Date: 2016-04-06 09:47:34 +0000 (Wed, 06 Apr 2016) New Revision: 40780
Modified: bin/tracker_service.py Log: Drop links to OSVDB OSVDB is now closed officially: https://blog.osvdb.org/2016/04/05/osvdb-fin/ Modified: bin/tracker_service.py =================================================================== --- bin/tracker_service.py 2016-04-06 09:36:04 UTC (rev 40779) +++ bin/tracker_service.py 2016-04-06 09:47:34 UTC (rev 40780) @@ -365,8 +365,6 @@ ", ", self.make_bugtraq_bug_ref(url, bug.name, 'bugtraq'), ", ", - self.make_osvdb_bug_ref(url, bug.name, 'OSVDB'), - ", ", self.make_edb_bug_ref(url, bug.name, 'EDB'), ", ", self.make_metasploit_bug_ref(url, bug.name, 'Metasploit'), @@ -1483,8 +1481,6 @@ return url.absolute("https://marc.info/", l="full-disclosure", s=name) def url_bugtraq_bug(self, url, name): return url.absolute("https://marc.info/", l="bugtraq", s=name) - def url_osvdb_bug(self, url, name): - return url.absoluteDict("https://osvdb.org/search/search", {"search[refid]": name}) def url_edb_bug(self, url, name): name = name[len('CVE-'):] if name.startswith('CVE-') else name return url.absolute("https://www.exploit-db.com/search/", action="search", cve=name) @@ -1576,11 +1572,6 @@ name = cve return A(self.url_bugtraq_bug(url, cve), name) - def make_osvdb_bug_ref(self, url, cve, name=None): - if name is None: - name = cve - return A(self.url_osvdb_bug(url, cve), name) - def make_edb_bug_ref(self, url, cve, name=None): if name is None: name = cve _______________________________________________ Secure-testing-commits mailing list Secure-testing-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/secure-testing-commits