Sha256: 0da3ec0719a0ad029864a3efe119e63f89e1994d774c58b74f4afbb8f8c73a2e
Contents?: true
Size: 710 Bytes
Versions: 5
Compression:
Stored size: 710 Bytes
Contents
=begin Copyright 2010-2022 Ecsypno <http://www.ecsypno.com> This file is part of the Arachni Framework project and is subject to redistribution and commercial restrictions. Please see the Arachni Framework web site for more information on licensing and terms of use. =end module Arachni::Element class LinkTemplate module Capabilities # Extends {Arachni::Element::Capabilities::Auditable} with {LinkTemplate}-specific # functionality. # # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> module Auditable include Arachni::Element::Capabilities::Auditable def coverage_id dom_data ? "#{super}:#{dom_data[:inputs].keys.sort}" : super end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems