summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2023-06-15 21:10:12 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2023-06-15 21:10:12 +0200
commit7b1bcfd176282090af92cef2e876ce5f1518c5c9 (patch)
tree4464e4586300cd924cb652e91463ffa69837b0a1 /bin
parent424b0eef6bb227fd75ac13c68532b3fd61d119df (diff)
tracker_service.py: Remove nonfunctional Metasploit search
Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/tracker_service.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/tracker_service.py b/bin/tracker_service.py
index 867de97331..e2f9aa3a2c 100755
--- a/bin/tracker_service.py
+++ b/bin/tracker_service.py
@@ -383,8 +383,6 @@ data source.""")],
", ",
self.make_fulldisc_bug_ref(url, bug.name, 'fulldisc'),
", ",
- self.make_metasploit_bug_ref(url, bug.name, 'Metasploit'),
- ", ",
self.make_rhbug_ref(url, bug.name,
'Red Hat'),
", ",
@@ -1531,8 +1529,6 @@ Debian bug number.'''),
return url.absolute("https://marc.info/", l="oss-security", s=name)
def url_fulldesc_bug(self, url, name):
return url.absolute("https://marc.info/", l="full-disclosure", s=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",
id=name)
@@ -1644,11 +1640,6 @@ Debian bug number.'''),
name = cve
return A(self.url_fulldesc_bug(url, cve), name)
- def make_metasploit_bug_ref(self, url, cve, name=None):
- if name is None:
- name = cve
- return A(self.url_metasploit_bug(url, cve), name)
-
def make_rhbug_ref(self, url, cve, name=None):
if name is None:
name = cve

© 2014-2024 Faster IT GmbH | imprint | privacy policy