Class: WPScan::Model::TmmDbMigrate
- Inherits:
-
InterestingFinding
- Object
- CMSScanner::Model::InterestingFinding
- InterestingFinding
- WPScan::Model::TmmDbMigrate
- 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
#references ⇒ Hash
101 102 103 |
# File 'app/models/interesting_finding.rb', line 101 def references @references ||= { packetstorm: [131_957] } end |
#to_s ⇒ Object
96 97 98 |
# File 'app/models/interesting_finding.rb', line 96 def to_s @to_s ||= "ThemeMakers migration file found: #{url}" end |