Sha256: 30f11f7ff0ee7b3f152babbfa0d053983a3ecfb06bbe9bee97037212ce4c6ce9

Contents?: true

Size: 716 Bytes

Versions: 18

Compression:

Stored size: 716 Bytes

Contents

# Copyright (c) 2022 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
# frozen_string_literal: true

module Contrast
  module Agent
    module Reporting
      # This is the new ApplicationDefendAttackSample class which includes a samples of an attack for the given rule of
      # the given result observed in the activity period.
      class ApplicationDefendAttackSampleStack
        # @return [String]
        attr_accessor :file_name
        # @return [String]
        attr_accessor :method_name

        # @return [Hash]
        def to_controlled_hash
          { fileName: @file_name, methodName: @method_name }.compact
        end
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
contrast-agent-6.11.0 lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_stack.rb
contrast-agent-6.10.0 lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_stack.rb
contrast-agent-6.9.0 lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_stack.rb
contrast-agent-6.8.0 lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_stack.rb
contrast-agent-6.7.0 lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_stack.rb
contrast-agent-6.6.5 lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_stack.rb
contrast-agent-6.6.4 lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_stack.rb
contrast-agent-6.6.3 lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_stack.rb
contrast-agent-6.6.2 lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_stack.rb
contrast-agent-6.6.1 lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_stack.rb
contrast-agent-6.6.0 lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_stack.rb
contrast-agent-6.5.1 lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_stack.rb
contrast-agent-6.5.0 lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_stack.rb
contrast-agent-6.4.0 lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_stack.rb
contrast-agent-6.3.0 lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_stack.rb
contrast-agent-6.2.0 lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_stack.rb
contrast-agent-6.1.2 lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_stack.rb
contrast-agent-6.1.1 lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_stack.rb