Sha256: a96febd49c356b2701fc64a79bca69273045fb7bb8922477eec5f8b999bcace1

Contents?: true

Size: 721 Bytes

Versions: 23

Compression:

Stored size: 721 Bytes

Contents

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

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

module Contrast
  module Agent
    module Protect
      module Rule
        class Sqli
          # This class is the concrete implementation of the DefaultSqlScanner designed
          # to support the customizations of MySQL.
          #
          # @deprecated RUBY-356
          class PostgresSqlScanner < Contrast::Agent::Protect::Rule::Sqli::DefaultSqlScanner
          end
        end
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
contrast-agent-5.2.0 lib/contrast/agent/protect/rule/sqli/postgres_sql_scanner.rb
contrast-agent-5.1.0 lib/contrast/agent/protect/rule/sqli/postgres_sql_scanner.rb
contrast-agent-5.0.0 lib/contrast/agent/protect/rule/sqli/postgres_sql_scanner.rb