Sha256: e7f880f2522cd5a4d2e7e9ac0663c788daffddae18fe6ca5b2f44f95cb1bc0e6
Contents?: true
Size: 694 Bytes
Versions: 5
Compression:
Stored size: 694 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 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
5 entries across 5 versions & 1 rubygems