diff --git a/app/models/interesting_finding.rb b/app/models/interesting_finding.rb index 1a2ffddd..bae84e65 100644 --- a/app/models/interesting_finding.rb +++ b/app/models/interesting_finding.rb @@ -20,7 +20,7 @@ module WPScan class DebugLog < InterestingFinding # @ return [ Hash ] def references - @references ||= { url: 'https://codex.wordpress.org/Debugging_in_WordPress' } + @references ||= { url: ['https://codex.wordpress.org/Debugging_in_WordPress'] } end end