Revert "Add support to CWE in module references"

This reverts commit 7a9c228772.
unstable
Ramon de C Valle 2013-07-22 13:16:42 -03:00
parent 04e9398ddd
commit 9577639b7d
1 changed files with 0 additions and 2 deletions

View File

@ -96,8 +96,6 @@ class Msf::Module::SiteReference < Msf::Module::Reference
self.site = 'http://www.osvdb.org/' + in_ctx_val.to_s
elsif (in_ctx_id == 'CVE')
self.site = "http://cvedetails.com/cve/#{in_ctx_val.to_s}/"
elsif (in_ctx_id == 'CWE')
self.site = "http://cwe.mitre.org/data/definitions/#{in_ctx_val.to_s}.html"
elsif (in_ctx_id == 'BID')
self.site = 'http://www.securityfocus.com/bid/' + in_ctx_val.to_s
elsif (in_ctx_id == 'MSB')