Sha256: d71221a24feebe0e3bc51d0eeb5665558f1730049b68a8e3b8e091b4806c4018
Contents?: true
Size: 476 Bytes
Versions: 13
Compression:
Stored size: 476 Bytes
Contents
module WPScan module Finders module DynamicFinder module Version # Version finder in Comment, which is basically an Xpath one with a default # Xpath of //comment() class Comment < WPScan::Finders::DynamicFinder::Version::Xpath # @return [ Hash ] def self.child_class_constants @child_class_constants ||= super().merge(PATTERN: nil, XPATH: '//comment()') end end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems