Module: Arachni::Element::Link::Capabilities::Auditable
- Includes:
- Capabilities::Auditable
- Defined in:
- lib/arachni/element/link/capabilities/auditable.rb
Overview
Extends Capabilities::Auditable with Arachni::Element::Link-specific functionality.
Constant Summary
Constants included from Capabilities::Auditable
Capabilities::Auditable::OPTIONS
Instance Attribute Summary
Attributes included from Capabilities::Auditable
Attributes included from Capabilities::WithAuditor
Instance Method Summary collapse
Methods included from Capabilities::Auditable
#audit, #audit_id, #audit_status_message, #audit_status_message_action, #audit_verbose_message, #coverage_hash, #dup, #initialize, #matches_skip_like_blocks?, reset, #reset, #skip?, skip_like
Methods included from Capabilities::WithAuditor
#dup, #marshal_dump, #orphan?, #prepare_for_report, #remove_auditor
Methods included from Utilities
#available_port, available_port_mutex, #bytes_to_kilobytes, #bytes_to_megabytes, #caller_name, #caller_path, #cookie_decode, #cookie_encode, #cookies_from_file, #cookies_from_parser, #cookies_from_response, #exception_jail, #exclude_path?, #follow_protocol?, #form_decode, #form_encode, #forms_from_parser, #forms_from_response, #full_and_absolute_url?, #generate_token, #get_path, #hms_to_seconds, #html_decode, #html_encode, #include_path?, #links_from_parser, #links_from_response, #normalize_url, #page_from_response, #page_from_url, #parse_set_cookie, #path_in_domain?, #path_too_deep?, #port_available?, #rand_port, #random_seed, #redundant_path?, #regexp_array_match, #remove_constants, #request_parse_body, #seconds_to_hms, #skip_page?, #skip_path?, #skip_resource?, #skip_response?, #to_absolute, #uri_decode, #uri_encode, #uri_parse, #uri_parse_query, #uri_parser, #uri_rewrite
Instance Method Details
#coverage_id ⇒ Object
20 21 22 |
# File 'lib/arachni/element/link/capabilities/auditable.rb', line 20 def coverage_id dom_data ? "#{super}:#{dom_data[:inputs].keys.sort}" : super end |