Sha256: 82408b298c35916e36aa2d52b1a068f6d6a36aa73907d78dd1deba237676a6cf
Contents?: true
Size: 512 Bytes
Versions: 18
Compression:
Stored size: 512 Bytes
Contents
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true require 'contrast/agent/reporting/settings/sanitizer' module Contrast module Agent module Reporting module Settings # The validators defined by the user for use by the agent on this server for this organization. class Validator < Sanitizer # This uses the same fields as Sanitizer. end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems