Sha256: a29c63198ba780063fcd56fed19dc827cedc3ffcf2d8cd02ac5fd7acc0d6fed6

Contents?: true

Size: 628 Bytes

Versions: 5

Compression:

Stored size: 628 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

class Arachni::Reporters::XML

# XML formatter for the results of the WAF Detector plugin
#
# @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com>
class PluginFormatters::WAFDetector < Arachni::Plugin::Formatter

    def run( xml )
        xml.message results['message']
        xml.status results['status']
    end

end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arachni-1.6.1.3 components/reporters/plugin_formatters/xml/waf_detector.rb
arachni-1.6.1.2 components/reporters/plugin_formatters/xml/waf_detector.rb
arachni-1.6.1.1 components/reporters/plugin_formatters/xml/waf_detector.rb
arachni-1.6.1 components/reporters/plugin_formatters/xml/waf_detector.rb
arachni-1.6.0 components/reporters/plugin_formatters/xml/waf_detector.rb