Class: WPScan::Model::MuPlugins
- Inherits:
-
InterestingFinding
- Object
- CMSScanner::Model::InterestingFinding
- InterestingFinding
- WPScan::Model::MuPlugins
- 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
56 57 58 |
# File 'app/models/interesting_finding.rb', line 56 def references @references ||= { url: ['http://codex.wordpress.org/Must_Use_Plugins'] } end |
#to_s ⇒ String
51 52 53 |
# File 'app/models/interesting_finding.rb', line 51 def to_s @to_s ||= "This site has 'Must Use Plugins': #{url}" end |