Sha256: 972782a30669fb63e4284164202665219a6984ac6580372622010d4bb8cd8c72

Contents?: true

Size: 774 Bytes

Versions: 8

Compression:

Stored size: 774 Bytes

Contents

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

module Contrast
  module CoreExtensions
    # Our top level Protect namespace in the Core Extensions section of our
    # code. These patches are those that are invoked directly from a patched
    # Class.
    #
    # @deprecated This is one of our earliest designs and is not nearly as
    #   relevant given the move to C based patching and the lessons learned
    #   therein.
    module Protect
      cs__scoped_require 'contrast/security_exception'
      # patching
      cs__scoped_require 'contrast/agent/protect/policy/trigger_node'
      cs__scoped_require 'contrast/agent/protect/policy/policy'
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
contrast-agent-3.11.0 lib/contrast/extensions/ruby_core/protect.rb
contrast-agent-3.10.2 lib/contrast/extensions/ruby_core/protect.rb
contrast-agent-3.10.1 lib/contrast/extensions/ruby_core/protect.rb
contrast-agent-3.10.0 lib/contrast/extensions/ruby_core/protect.rb
contrast-agent-3.9.1 lib/contrast/extensions/ruby_core/protect.rb
contrast-agent-3.9.0 lib/contrast/extensions/ruby_core/protect.rb
contrast-agent-3.8.5 lib/contrast/core_extensions/protect.rb
contrast-agent-3.8.4 lib/contrast/core_extensions/protect.rb