Sha256: 498d6c3cb8e0a346211a802c76004a2073173ce9206f21acc8608d946697cc42

Contents?: true

Size: 790 Bytes

Versions: 13

Compression:

Stored size: 790 Bytes

Contents

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

require 'contrast/agent/patching/policy/trigger_node'

module Contrast
  module Agent
    module Protect
      module Policy
        # This class functions to translate our policy.json into an actionable
        # Ruby object, allowing for dynamic patching over hardcoded patching,
        # specifically for those methods which result in the trigger of an
        # attack (indicate points in the application where uncontrolled user
        # input can do damage).
        class TriggerNode < Contrast::Agent::Patching::Policy::TriggerNode
          def feature
            'Protect'
          end
        end
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
contrast-agent-4.14.1 lib/contrast/agent/protect/policy/trigger_node.rb
contrast-agent-4.14.0 lib/contrast/agent/protect/policy/trigger_node.rb
contrast-agent-4.13.1 lib/contrast/agent/protect/policy/trigger_node.rb
contrast-agent-4.13.0 lib/contrast/agent/protect/policy/trigger_node.rb
contrast-agent-4.12.0 lib/contrast/agent/protect/policy/trigger_node.rb
contrast-agent-4.11.0 lib/contrast/agent/protect/policy/trigger_node.rb
contrast-agent-4.10.0 lib/contrast/agent/protect/policy/trigger_node.rb
contrast-agent-4.9.1 lib/contrast/agent/protect/policy/trigger_node.rb
contrast-agent-4.9.0 lib/contrast/agent/protect/policy/trigger_node.rb
contrast-agent-4.8.0 lib/contrast/agent/protect/policy/trigger_node.rb
contrast-agent-4.7.0 lib/contrast/agent/protect/policy/trigger_node.rb
contrast-agent-4.6.0 lib/contrast/agent/protect/policy/trigger_node.rb
contrast-agent-4.5.0 lib/contrast/agent/protect/policy/trigger_node.rb