Sha256: 698ff98d30eb4bb0a6af41eb7d8b60c8bd2774be58feca79b58cb667eac01edf
Contents?: true
Size: 768 Bytes
Versions: 6
Compression:
Stored size: 768 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 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 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
6 entries across 6 versions & 1 rubygems