Sha256: b8e170f815ff93e7d2ff742e3670a661d74a7a1120b78112b04fa839ebf8d4e2

Contents?: true

Size: 798 Bytes

Versions: 13

Compression:

Stored size: 798 Bytes

Contents

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

module Contrast
  module Extension
    # Our top level Inventory namespace in the Core Extension 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 Inventory
      require 'contrast/security_exception'
      # patching
      require 'contrast/agent/inventory/policy/trigger_node'
      require 'contrast/agent/inventory/policy/policy'
      require 'contrast/agent/patching/policy/patcher'
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

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