Module: VulnDataService
- Included in:
- Metasploit::Framework::DataService
- Defined in:
- lib/metasploit/framework/data_service/stubs/vuln_data_service.rb
Instance Method Summary collapse
- #delete_vuln(opts) ⇒ Object
- #find_or_create_vuln(opts) ⇒ Object
- #report_vuln(opts) ⇒ Object
- #update_vuln(opts) ⇒ Object
- #vulns(opts) ⇒ Object
Instance Method Details
#delete_vuln(opts) ⇒ Object
19 20 21 |
# File 'lib/metasploit/framework/data_service/stubs/vuln_data_service.rb', line 19 def delete_vuln(opts) raise 'VulnDataService#delete_vuln is not implemented' end |
#find_or_create_vuln(opts) ⇒ Object
7 8 9 |
# File 'lib/metasploit/framework/data_service/stubs/vuln_data_service.rb', line 7 def find_or_create_vuln(opts) raise 'VulnDataService#find_or_create_vuln is not implemented' end |
#report_vuln(opts) ⇒ Object
11 12 13 |
# File 'lib/metasploit/framework/data_service/stubs/vuln_data_service.rb', line 11 def report_vuln(opts) raise 'VulnDataService#report_vuln is not implemented' end |
#update_vuln(opts) ⇒ Object
15 16 17 |
# File 'lib/metasploit/framework/data_service/stubs/vuln_data_service.rb', line 15 def update_vuln(opts) raise 'VulnDataService#update_vuln is not implemented' end |
#vulns(opts) ⇒ Object
3 4 5 |
# File 'lib/metasploit/framework/data_service/stubs/vuln_data_service.rb', line 3 def vulns(opts) raise 'VulnDataService#vulns is not implemented' end |