Fixes error with reference when debug log identified

This commit is contained in:
Erwan
2020-03-13 08:12:35 +01:00
committed by GitHub
parent 45bebc60bd
commit 88737ca6ea

View File

@@ -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