Class: WPScan::Model::BackupDB

Inherits:
InterestingFinding show all
Defined in:
app/models/interesting_finding.rb

Overview

Some classes are empty for the #type to be correctly displayed (as taken from the self.class from the parent)

Instance Method Summary collapse

Methods included from References

#references_urls, #wpvulndb_ids, #wpvulndb_url, #wpvulndb_urls

Instance Method Details

#referencesHash

Returns:

  • (Hash)


15
16
17
# File 'app/models/interesting_finding.rb', line 15

def references
  @references ||= { url: ['https://github.com/wpscanteam/wpscan/issues/422'] }
end