Class: WPScan::Model::Readme

Inherits:
InterestingFinding show all
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_sObject



83
84
85
# File 'app/models/interesting_finding.rb', line 83

def to_s
  @to_s ||= "WordPress readme found: #{url}"
end