class WPScan::Finders::DynamicFinder::Version::Comment
Version
finder in Comment
, which is basically an Xpath
one with a default Xpath
of //comment()
Public Class Methods
child_class_constants()
click to toggle source
@return [ Hash ]
Calls superclass method
WPScan::Finders::DynamicFinder::Version::Xpath::child_class_constants
# File lib/wpscan/finders/dynamic_finder/version/comment.rb, line 11 def self.child_class_constants @child_class_constants ||= super().merge(PATTERN: nil, XPATH: '//comment()') end