Sha256: 29eaf77a5b23265ad50ce15b7805a4df1f6e6c481a08ae633ba1f55c55461984
Contents?: true
Size: 798 Bytes
Versions: 11
Compression:
Stored size: 798 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 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
11 entries across 11 versions & 1 rubygems