Sha256: f5e9385ebc97dc80f50018874518c11faaf67e6ad465e71576ef3a481224b649
Contents?: true
Size: 857 Bytes
Versions: 15
Compression:
Stored size: 857 Bytes
Contents
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true module Contrast module Agent # This is the base module for our assess classes. It is intended to # facilitate the patching of the application for Assess functionality. Any # class under this namespace should be required here, providing a single # point of require for this functionality. module Assess require 'contrast/agent/assess/tracker' require 'contrast/agent/assess/module_data' require 'contrast/agent/assess/policy/preshift' # Dynamic Sources require 'contrast/agent/assess/policy/dynamic_source_factory' # reporting / tracking require 'contrast/agent/assess/properties' require 'contrast/agent/assess/tag' end end end
Version data entries
15 entries across 15 versions & 1 rubygems