Sha256: b1116d2448c098bc2f85d8f7e67b9b57b1563dea8860cba0df6fcdf721d3c015
Contents?: true
Size: 623 Bytes
Versions: 9
Compression:
Stored size: 623 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 Agent module Assess # This is the base module for our assess rule 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 Rule end end end end require 'contrast/agent/assess/rule/base' require 'contrast/agent/assess/rule/provider'
Version data entries
9 entries across 9 versions & 1 rubygems