Sha256: efeb19e2e186ffd57dab42c992daddf65f862c61d653c76f7cb0436f38652cc5

Contents?: true

Size: 742 Bytes

Versions: 11

Compression:

Stored size: 742 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
      module Rule
        # Provider rules are those which do not fit into the standard dataflow
        # paradigm. For our purposes, these rules are currently those which
        # function on class definition to determine if there are dangerous
        # constants defined therein.
        module Provider
        end
      end
    end
  end
end

require 'contrast/agent/assess/rule/provider/hardcoded_value_rule'
require 'contrast/agent/assess/rule/provider/hardcoded_key'
require 'contrast/agent/assess/rule/provider/hardcoded_password'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
contrast-agent-4.4.1 lib/contrast/agent/assess/rule/provider.rb
contrast-agent-4.4.0 lib/contrast/agent/assess/rule/provider.rb
contrast-agent-4.3.2 lib/contrast/agent/assess/rule/provider.rb
contrast-agent-4.3.1 lib/contrast/agent/assess/rule/provider.rb
contrast-agent-4.3.0 lib/contrast/agent/assess/rule/provider.rb
contrast-agent-4.2.0 lib/contrast/agent/assess/rule/provider.rb
contrast-agent-4.1.0 lib/contrast/agent/assess/rule/provider.rb
contrast-agent-4.0.0 lib/contrast/agent/assess/rule/provider.rb
contrast-agent-3.16.0 lib/contrast/agent/assess/rule/provider.rb
contrast-agent-3.15.0 lib/contrast/agent/assess/rule/provider.rb
contrast-agent-3.14.0 lib/contrast/agent/assess/rule/provider.rb