Sha256: 93eb0d806e0da191e21999fa2aa1cbdfdf8b08cf005055935b8cbf2b0a437f7b

Contents?: true

Size: 897 Bytes

Versions: 3

Compression:

Stored size: 897 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 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
      cs__scoped_require 'contrast/internal_exception'
      cs__scoped_require 'contrast/security_exception'
      # patching
      cs__scoped_require 'contrast/agent/inventory/policy/trigger_node'
      cs__scoped_require 'contrast/agent/inventory/policy/policy'
      cs__scoped_require 'contrast/agent/patching/policy/patcher'
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
contrast-agent-3.12.2 lib/contrast/extension/inventory.rb
contrast-agent-3.12.1 lib/contrast/extension/inventory.rb
contrast-agent-3.12.0 lib/contrast/extension/inventory.rb