# Copyright (c) 2022 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