[Secure-testing-commits] r31666 - bin
Thijs Kinkhorst
thijs at moszumanska.debian.org
Sun Jan 25 16:07:56 UTC 2015
Author: thijs
Date: 2015-01-25 16:07:55 +0000 (Sun, 25 Jan 2015)
New Revision: 31666
Modified:
bin/tracker_service.py
Log:
fix r31527: url to metasploit
Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py 2015-01-25 13:39:30 UTC (rev 31665)
+++ bin/tracker_service.py 2015-01-25 16:07:55 UTC (rev 31666)
@@ -1286,7 +1286,7 @@
def url_edb_bug(self, url, name):
name = name[len('CVE-'):] if name.startswith('CVE-') else name
return url.absolute("http://www.exploit-db.com/search/", action="search", filter_cve=name)
- def url_metasploit(self, url, name):
+ def url_metasploit_bug(self, url, name):
return url.absolute("https://www.rapid7.com/db/search", q=name)
def url_rhbug(self, url, name):
return url.absolute("https://bugzilla.redhat.com/show_bug.cgi",
More information about the Secure-testing-commits
mailing list