Sha256: 61fb9aad0f986fe936555012aa0b76b077213e4eaf697f1076b4b3e2b01145ae
Contents?: true
Size: 709 Bytes
Versions: 6
Compression:
Stored size: 709 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 Link module Capabilities # Extends {Arachni::Element::Capabilities::Auditable} with {Link}-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