Sha256: 5432b4bcd31d99c89a06ac8058236167582ef339d54077dc7aad024a1013f0c5

Contents?: true

Size: 518 Bytes

Versions: 2

Compression:

Stored size: 518 Bytes

Contents

# Copyright (c) 2021 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
# frozen_string_literal: true

module Contrast
  module Config
    # Common Configuration settings. Those in this section pertain to the
    # disabled assess rule functionality of the Agent.
    class AssessRulesConfiguration < BaseConfiguration
      KEYS = {
          disabled_rules: EMPTY_VALUE
      }.cs__freeze

      def initialize hsh
        super(hsh, KEYS)
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
contrast-agent-4.6.0 lib/contrast/config/assess_rules_configuration.rb
contrast-agent-4.5.0 lib/contrast/config/assess_rules_configuration.rb