Sha256: 57c69f6dec1c651926420a78a76e47b7b3ff946bd98ebac2eb373ed30c09eef6
Contents?: true
Size: 725 Bytes
Versions: 6
Compression:
Stored size: 725 Bytes
Contents
=begin Copyright 2010-2015 Tasos Laskos <tasos.laskos@arachni-scanner.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
6 entries across 6 versions & 1 rubygems