Sha256: 162048b8f7c0bc27c30d159aa7430f3c0abfa215dc721120c1c4bde52fc10f49
Contents?: true
Size: 499 Bytes
Versions: 45
Compression:
Stored size: 499 Bytes
Contents
# frozen_string_literal: true 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 < 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
45 entries across 45 versions & 1 rubygems