Fixes error with reference when debug log identified
This commit is contained in:
@@ -20,7 +20,7 @@ module WPScan
|
|||||||
class DebugLog < InterestingFinding
|
class DebugLog < InterestingFinding
|
||||||
# @ return [ Hash ]
|
# @ return [ Hash ]
|
||||||
def references
|
def references
|
||||||
@references ||= { url: 'https://codex.wordpress.org/Debugging_in_WordPress' }
|
@references ||= { url: ['https://codex.wordpress.org/Debugging_in_WordPress'] }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user