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
65 66 67 |
# File 'app/models/interesting_finding.rb', line 65 def references @references ||= { url: ['http://codex.wordpress.org/Must_Use_Plugins'] } end |
#to_s ⇒ String
60 61 62 |
# File 'app/models/interesting_finding.rb', line 60 def to_s @to_s ||= "This site has 'Must Use Plugins': #{url}" end |