Sha256: 70c190df214d65cab324f74a989a4432c11befcff6fcfecbf0edbcbd3f59ae4a
Contents?: true
Size: 841 Bytes
Versions: 5
Compression:
Stored size: 841 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 XML module Capabilities # Extends {Arachni::Element::Capabilities::Mutable} with {XML}-specific # functionality. # # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> module Mutable include Arachni::Element::Capabilities::Mutable private def prepare_mutation_options( options ) options = super( options ) options.delete( :with_raw_payloads ) options.delete( :parameter_names ) options.delete( :with_extra_parameter ) options end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems