Sha256: 4e303c8a0b0e9e4cc40a5fa7f67171c6be9ec0e87b6248a98cea9b6ec10429a3
Contents?: true
Size: 735 Bytes
Versions: 24
Compression:
Stored size: 735 Bytes
Contents
# Copyright (c) 2022 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 Protect 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 Protect require 'contrast/security_exception' # patching require 'contrast/agent/protect/policy/trigger_node' require 'contrast/agent/protect/policy/policy' end end end
Version data entries
24 entries across 24 versions & 1 rubygems