Class: WPScan::Model::UploadSQLDump
- Inherits:
-
InterestingFinding
- Object
- CMSScanner::Model::InterestingFinding
- InterestingFinding
- WPScan::Model::UploadSQLDump
- Defined in:
- app/models/interesting_finding.rb
Instance Method Summary collapse
Methods included from References
#references_urls, #wpvulndb_ids, #wpvulndb_url, #wpvulndb_urls
Instance Method Details
#to_s ⇒ Object
114 115 116 |
# File 'app/models/interesting_finding.rb', line 114 def to_s @to_s ||= "SQL Dump found: #{url}" end |